Update inbound SCIM settings
PUT
/api/admin/scim-settings
Code sample: Shell / cURL
curl --request PUT \ --url https://auth.example.com/api/admin/scim-settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "enabled": true, "usersEnabled": true, "groupsEnabled": true, "bulkEnabled": true, "mappingSetId": "example", "bulkMaxOperations": 1, "bulkMaxPayloadSize": 1 }'Selects the active Mapping Set used by inbound SCIM writes and updates tenant Bulk limits.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ” Media type application/json
object
enabled
required
boolean
usersEnabled
required
boolean
groupsEnabled
required
boolean
bulkEnabled
required
boolean
mappingSetId
required
string | null
bulkMaxOperations
required
integer
bulkMaxPayloadSize
required
integer
key
additional properties
Example generated
{ "enabled": true, "usersEnabled": true, "groupsEnabled": true, "bulkEnabled": true, "mappingSetId": "example", "bulkMaxOperations": 1, "bulkMaxPayloadSize": 1}Responses
Section titled “ Responses ”Tenant inbound SCIM settings response.
Media type application/json
object
settings
required
object
enabled
required
boolean
usersEnabled
required
boolean
groupsEnabled
required
boolean
bulkEnabled
required
boolean
mappingSetId
required
string | null
bulkMaxOperations
required
integer
bulkMaxPayloadSize
required
integer
key
additional properties
key
additional properties
Example generated
{ "settings": { "enabled": true, "usersEnabled": true, "groupsEnabled": true, "bulkEnabled": true, "mappingSetId": "example", "bulkMaxOperations": 1, "bulkMaxPayloadSize": 1 }}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}