Create a SCIM user.
Creates the account through the tenant directory publication workflow. Idempotency-Key is optional for SCIM client compatibility; when omitted, Authrim derives a stable key from the authenticated provisioning token and canonical request body. Returns 202 with an operation Location when directory publication continues asynchronously. userName is unique within the tenant using case-insensitive comparison; externalId is not unique. Capacity provisioning and runtime binding propagation return retryable 503 responses.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”Stable replay-protection key for one user creation request. Omit to use Authrim’s deterministic SCIM request key; send a new explicit value to intentionally recreate an otherwise identical resource after deletion.
Request Body required
Section titled “Request Body required ”object
Source-system correlation identifier. Authrim does not require uniqueness.
Tenant-wide, case-insensitive unique SCIM login identifier.
object
Unsupported by Authrim SCIM provisioning. Requests that include this field are rejected with 400 invalidValue; use Passkey, Email Code, Directory Connector, or External IdP authentication instead.
object
object
object
object
object
object
Source-system correlation identifier. Authrim does not require uniqueness.
Tenant-wide, case-insensitive unique SCIM login identifier.
object
Unsupported by Authrim SCIM provisioning. Requests that include this field are rejected with 400 invalidValue; use Passkey, Email Code, Directory Connector, or External IdP authentication instead.
object
object
object
object
object
Responses
Section titled “ Responses ”Successful SCIM JSON response.
object
Example generated
{ "schemas": [ "example" ]}object
Example generated
{ "schemas": [ "example" ]}Durable account creation operation state.
object
object
Example
{ "status": "preparing", "meta": { "resourceType": "User" }}Headers
Section titled “Headers ”Operation status URL when returned by POST /Users.
SCIM error response.
object
Example generated
{ "schemas": [ "example" ], "status": "example", "scimType": "example", "detail": "example"}SCIM error response.
object
Example generated
{ "schemas": [ "example" ], "status": "example", "scimType": "example", "detail": "example"}Account capacity or a newly deployed runtime database binding is unavailable.
object
Example generated
{ "schemas": [ "example" ], "status": "example", "scimType": "example", "detail": "example"}Headers
Section titled “Headers ”Example
1Minimum suggested delay before retrying the same request, in seconds.