# List SCIM Users **GET /Organizations/{OrganizationSid}/scim/Users** ## Servers - https://preview-iam.twilio.com: https://preview-iam.twilio.com () ## Authentication methods - O auth2 client credentials ## Parameters ### Path parameters - **OrganizationSid** (string(OrganizationSid)) ### Query parameters - **filter** (string) ## Responses ### 200 List of users #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/scim+json (object) - **Resources** (array[object]) - **totalResults** (integer(int32)) - **schemas** (array[string]) Scim ListResponse schema ### 400 Bad request or business rules violation #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/scim+json (object) - **schemas** (array[string]) Schema URIs that define the contents of the error structure - **detail** (string) A human-readable description of the error - **scimType** (string) A scimType error code as defined in RFC7644 - **status** (string) Http status code - **code** (integer(int32)) Twilio-specific error code - **moreInfo** (string) Link to Error Code References ### 401 Unauthorized #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/scim+json (object) - **schemas** (array[string]) Schema URIs that define the contents of the error structure - **detail** (string) A human-readable description of the error - **scimType** (string) A scimType error code as defined in RFC7644 - **status** (string) Http status code - **code** (integer(int32)) Twilio-specific error code - **moreInfo** (string) Link to Error Code References ### 403 Forbidden #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/scim+json (object) - **schemas** (array[string]) Schema URIs that define the contents of the error structure - **detail** (string) A human-readable description of the error - **scimType** (string) A scimType error code as defined in RFC7644 - **status** (string) Http status code - **code** (integer(int32)) Twilio-specific error code - **moreInfo** (string) Link to Error Code References ### 429 Too many requests #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/scim+json (object) - **schemas** (array[string]) Schema URIs that define the contents of the error structure - **detail** (string) A human-readable description of the error - **scimType** (string) A scimType error code as defined in RFC7644 - **status** (string) Http status code - **code** (integer(int32)) Twilio-specific error code - **moreInfo** (string) Link to Error Code References [Powered by Bump.sh](https://bump.sh)