Get SCIM Service Provider Config
Scim
Get SCIM Service Provider Config
Returns SCIM service provider capabilities. Required by SCIM clients like Okta to determine feature support.
GET
Get SCIM Service Provider Config
Documentation Index
Fetch the complete documentation index at: https://docs.attention.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Response
Service Provider Configuration returned successfully
Example:
[
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
]Example:
"https://support.okta.com/scim-fake-page.html"
Example:
{ "supported": false }Example:
{ "supported": false }Example:
{ "supported": false, "maxResults": 100 }Example:
{ "supported": true }Example:
{ "supported": false }Example:
{ "supported": false }Example:
[
{
"name": "HTTP Basic",
"description": "Authentication via API key in the Authorization header",
"specUri": "http://tools.ietf.org/html/rfc2617",
"documentationUri": "https://datatracker.ietf.org/doc/html/rfc2617",
"type": "httpbasic",
"primary": true
}
]Example:
{
"userManagementCapabilities": [
"GROUP_PUSH",
"IMPORT_NEW_USERS",
"IMPORT_PROFILE_UPDATES",
"PUSH_NEW_USERS",
"PUSH_PASSWORD_UPDATES",
"PUSH_PENDING_USERS",
"PUSH_PROFILE_UPDATES",
"PUSH_USER_DEACTIVATION",
"REACTIVATE_USERS"
]
}