# Get SCIM Service Provider Configuration **GET /serviceConfiguration** Returns the capabilities of the Adra SCIM implementation ## Servers - Production server: https://setup.adra.com/api/organizations/{organizationSid}/scim (Production server) ## Authentication methods - Adra personal access token ## Parameters ## Responses ### 200 OK #### Body: application/scim+json (object) - **authenticationSchemes** (array[object] | null) - **bulkRequests** (object | null) - **documentationResource** (string(uri) | null) - **entityTags** (object | null) - **filtering** (object | null) - **passwordChange** (object | null) - **patching** (object | null) - **sorting** (object | null) - **schemas** (array[string] | 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) ### 501 Not Implemented #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### default #### 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)