0
votes

I need to synchronize the users of a domain with a third party database. Using the method users.list I can query for the complete list of users. With the comlete list I can identify created users and deleted users. I don't find any way identify updated users.

Is there a way to identify updated users?

1

1 Answers

0
votes

Use Users.watch. It lets you know of any changes made to users. When changes are made you can update your database.