---
title: "Get SCIM settings."
method: GET
path: "/api/admin/scim-settings"
tags: ["Auth"]
---

# Get SCIM settings.

`GET /api/admin/scim-settings`

**Enterprise feature**

Returns the current settings for SCIM provisioning.

## Response `200`

#/components/schemas/scimSettingsSchema

- ScimSettingsSchema — An object describing settings for SCIM provisioning.
  - `enabled` boolean, required — Whether SCIM provisioning is currently enabled.
  - `hasToken` boolean, required — Whether a SCIM provisioning API token is currently set.

## Other responses

- `401` — Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/revisions/b2c3116e633e/schema)
