GET
/serviceConfiguration
curl \
--request GET 'https://setup.adra.com/api/organizations/{organizationSid}/scim/serviceConfiguration' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"bulk": {
"supported": false,
"maxOperations": 0,
"maxPayloadSize": 0
},
"etag": {
"supported": false
},
"sort": {
"supported": false
},
"patch": {
"supported": true
},
"filter": {
"supported": true,
"maxResults": 200
},
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
],
"changePassword": {
"supported": false
},
"documentationUri": "https://success.adra.com/s/article/Setup-SCIM-Implementation-for-Automated-User-Provisioning-Using-Microsoft-Entra-ID",
"authenticationSchemes": [
{
"name": "OAuth Bearer Token",
"type": "oauthbearertoken",
"primary": true,
"specUrl": "https://datatracker.ietf.org/doc/html/rfc6750",
"description": "Authentication using Bearer token"
}
]
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (401)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (403)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (501)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (default)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}