v1
latestOpenAPI 3.0.22026-08-061303782.1 MBUpdate a User
Update a User with new tags or disable the User and their credentials.
Request body
Whether the User is enabled and active. Set to false to disable the User.
Include up to 50 key: value pairs to annotate requests with custom metadata.
- Maximum character length for individual keys is 40.
- Maximum character length for individual values is 500. (For example, order_number: 25, item_type: produce, department: sales)
Response
A single User
The ID of the resource.
Timestamp of when the object was created.
Timestamp of when the object was last updated.
The ID of the application user that created this user.
The email address of the application user (max 100 characters).
Whether the User is enabled and active. Set to false to disable the User.
The first name of the User ID (Max 50 characters).
ID of the Identity that the User object was created under.
The last name of the User ID (Max 50 characters).
Timestamp of when the user credentials were last used to make an API call.
The password you'll use to authetnicate requests.
Details the level of access the User has available.
Include up to 50 key: value pairs to annotate requests with custom metadata.
- Maximum character length for individual keys is 40.
- Maximum character length for individual values is 500. (For example, order_number: 25, item_type: produce, department: sales)
Example response
{
"identity": "IDxxxxxxxxxxxxxxxxxx"
}