API Reference
OIDC
Platform

Scim Tokens

AdminUpdated Sep 11, 2026

Scim Tokens

Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.

3 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/scim_tokens

List SCIM provisioning tokens with last-used. Never re-reveals a token.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/scim_tokens

Mint a SCIM token for an organization directory. Returned exactly once.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/scim_tokens/:tokenId/revoke

Revoke a SCIM token. The row is kept so the audit log can still name it.

Was this page helpful?