Contents

Get Users

Get information about a set of users.

URL

GET https://vpp.itunes.apple.com/mdm/v2/users

Query Parameters

NameTypeDescription
activeOnly Optionalboolean

The filter for only the active users.

clientUserId Optionalstring

The filter for the unique identifier of a user in your organization.

pageIndex Optionalint32

The requested page index.

retiredOnly Optionalboolean

The filters for only the retired users.

sinceVersionId Optionalstring

The filter for modified assignments since the specified version identifier.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
GetUsersResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

The provided token is invalid. It may either be missing or expired.

500Internal Server Error
Content-Type: application/json
ErrorResponse

An internal server error occurred. Try again later.

Mentioned in

Discussion

Example Request and Response

Topics

Response

See Also

User Management