# List or filter users **GET /Users** Returns a list of users, optionally filtered by query parameters ## Servers - Production server: https://setup.adra.com/api/organizations/{organizationSid}/scim (Production server) ## Authentication methods - Adra personal access token ## Parameters ### Query parameters - **filter** (string) Filter string (e.g. userName eq "user@example.com") - **startIndex** (integer(int32)) The 1-based index of the first result - **count** (integer(int32)) Maximum number of results to return ## Responses ### 200 OK #### Body: application/scim+json (object) - **schemas** (array[string]) - **totalResults** (integer(int32)) - **itemsPerPage** (integer(int32)) - **startIndex** (integer(int32) | null) - **Resources** (array[object] | null) ### 400 Bad Request #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 401 Unauthorized #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 403 Forbidden #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 500 Internal Server Error #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 501 Not Implemented #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)