Get Users
Get information about a set of users.
URL
GET https://vpp.itunes.apple.com/mdm/v2/usersQuery Parameters
| Name | Type | Description |
|---|---|---|
activeOnly Optional | boolean | The filter for only the active users. |
clientUserId Optional | string | The filter for the unique identifier of a user in your organization. |
pageIndex Optional | int32 | The requested page index. |
retiredOnly Optional | boolean | The filters for only the retired users. |
sinceVersionId Optional | string | The filter for modified assignments since the specified version identifier. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GetUsersResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | The provided token is invalid. It may either be missing or expired. |
| 500 | Internal Server Error Content-Type: application/json | ErrorResponse | An internal server error occurred. Try again later. |