---
title: Get Users
framework: devicemanagement
role: symbol
role_heading: Web Service Endpoint
path: devicemanagement/get-users-4mwln
---

# Get Users

Get information about a set of users.

## URL

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

## Query Parameters

activeOnly: The filter for only the active users. clientUserId: The filter for the unique identifier of a user in your organization. pageIndex: The requested page index. retiredOnly: The filters for only the retired users. sinceVersionId: The filter for modified assignments since the specified version identifier.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: The provided token is invalid. It may either be missing or expired. 500 Internal Server Error: An internal server error occurred. Try again later.

## Mentioned in

Getting started with the management API Upgrading to the new management API Using paginated endpoints Managing users

## Discussion

Discussion Example Request and Response

## Topics

### Response

- [GetUsersResponse](devicemanagement/getusersresponse.md)
- [ErrorResponse](devicemanagement/errorresponse.md)

## See Also

### User management

- [Create Users](devicemanagement/create-users.md)
- [Update Users](devicemanagement/update-users.md)
- [Retire Users](devicemanagement/retire-users.md)
