Update User (PUT)

Update Torii user

  • Only active users can be updated.
  • The user's userName (email address) cannot be updated.
  • To deactivate a user, use active: false
  • Use the POST method to reactivate inactive users.
  • If the user is the last admin in the org, you cannot update his role.
    • Rate limit: 200 requests per minute

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Unique user identifier

Body Params
schemas
array of strings
required

An array of Strings containing URIs that are used to indicate the namespaces of the SCIM schemas that define the attributes present in the current JSON structure.

schemas*
number

The user's ID in Torii

string
required

The user's email address.

string

The role of the user in Torii. The role will not change if this parameter is not passed.
Must be a valid Torii role name or custom role name (e.g. "Admin", "Read Only", etc.)

boolean

If active: false, the user will be deactivated.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*