SyncResponse

SyncResponse
SyncResponse

LDAP sync response.

JSON Example
{
    "ignored": false,
    "added": 0,
    "updated": 0,
    "removed": 0,
    "failed": 0,
    "status": "0 imported users, 0 updated users"
}
boolean
ignored
Optional

Indicates if any users were ignored during synchronization.

integer
added
Optional

The number of new users added during synchronization.

integer
updated
Optional

The number of users updated during synchronization.

integer
removed
Optional

The number of users removed during synchronization.

integer
failed
Optional

The number of users that failed to synchronize.

string
status
Optional

A status message indicating the result of the synchronization.