Skip to main content

Create user

POST 

/Users

Provision a new user. userName must be the user's work email and is immutable once set. Returns:

  • 201 Created — new user provisioned.
  • 200 OK — user already existed (or had been deactivated) and was adopted or reactivated by SCIM. Treat both as success; retries are idempotent.

Request

Responses

User already existed and was adopted or reactivated.