Users
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
AdminUpdated Sep 11, 2026
Users
SCIM — a per-organization SCIM bearer token.
6 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.
Method & path | Idem | Explanation |
|---|---|---|
| List provisioned users, filterable by userName eq and index-paginated. | |
| Provision a user and seat them in the token organization directory. | |
| Fetch one provisioned user by id. Non-members are 404. | |
| Replace a provisioned user, including its active (deprovision) state. | |
| PatchOp a user; active:false deprovisions and revokes every session. | |
| Deprovision a user: revoke sessions and remove the directory membership. |
Was this page helpful?