Skip to main content

Get SCIM settings.

GET 

/api/admin/scim-settings

Returns the current settings for SCIM provisioning.

Responses

#/components/schemas/scimSettingsSchema

Schema

    enabled booleanrequired

    Whether SCIM provisioning is currently enabled.

    Example: true
    hasToken booleanrequired

    Whether a SCIM provisioning API token is currently set.

    Example: true
Loading...