Auth
Get SCIM settings.
Enterprise feature
Returns the current settings for SCIM provisioning.
get/api/admin/scim-settings
Response
#/components/schemas/scimSettingsSchema
Example response
{
"enabled": true,
"hasToken": true
}Enterprise feature
Returns the current settings for SCIM provisioning.
#/components/schemas/scimSettingsSchema
{
"enabled": true,
"hasToken": true
}