Returns a SyncObjectList object with an array of SyncObjects inside representing users.
a SyncObjectList object containing SyncObjects that represent users
The portal will continue calling GetUsers until it receives a SyncObjectList with the isDone flag set to true. If the ISyncProvider implementation returns these SyncObjects in batches, it must maintain state internally and return isDone=false until the last batch.
| Exception Type | Condition |
|---|---|
| ServiceException | if an error occurred |
ISyncProvider Interface | Plumtree.Remote.Auth Namespace