v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Auth

Get SCIM settings.

Enterprise feature

Returns the current settings for SCIM provisioning.

get/api/admin/scim-settings

Response

#/components/schemas/scimSettingsSchema

enabledboolean required

Whether SCIM provisioning is currently enabled.

hasTokenboolean required

Whether a SCIM provisioning API token is currently set.

Example response

{
  "enabled": true,
  "hasToken": true
}