Scim Tokens
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
AdminUpdated Sep 11, 2026
Scim Tokens
Backend API — secret key (Authorization: Bearer sk_…).
3 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.
Method & path | Scope | Idem | Explanation |
|---|---|---|---|
|
| List SCIM provisioning tokens. Reports the recognisable prefix only, never the token. | |
|
| ✓ | Mint a SCIM provisioning token for an organization. The token is revealed exactly once. |
|
| ✓ | Revoke a SCIM token; provisioning with it fails immediately. The record is kept for the audit log. |
Was this page helpful?