---
title: "Get the list of users in an application"
method: GET
path: "/users"
---

# Get the list of users in an application

`GET /users`

## Query parameters

- `api-version` string, required
- `maxpagesize` integer

## Response `200`

Success

- UserCollection — The paged results of users.
  - `value` User[], required — The collection of users.
    - `roles` RoleAssignment[], required — List of role assignments that specify the permissions to access the application.
      - `role` string, required — ID of the role for this role assignment.
      - `organization` string — ID of the organization for this role assignment.
  - `nextLink` string — URL to get the next page of users.

## Other responses

- `default` — An error response received from the IoT Central Service.

---

[API](https://skmtc.net/azure/apis/iotcentral-iotcentral.md) · [All operations](https://skmtc.net/azure/apis/iotcentral-iotcentral/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/iotcentral-iotcentral/revisions/565d8813cbd3/schema)
