Sync the List of People
Get updates about the list of people the server manages.
URL
POST https://mdmenrollment.apple.com/roster/class/person/syncResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | RosterPersonResponse | The request was successful. The server returns a list of people. |
| 400 | Bad Request | The server was unable to process the request. |
Discussion
This sync service uses a cursor returned by the full person-roster service. It returns a list of all modifications (additions or deletions) made since the cursor date, for up to 7 days.
This service may return the same person more than once. You can identify duplicates by matching their unique_identifier values.
HTTP Body
The object containing the request information.