Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the user.
Example:
"ab782971-4d79-47ab-8685-77cf5a34b2bb"
Body
application/json
Update the user.
First name of the user.
Required string length:
1 - 50Example:
"Test"
Last name of the user.
Required string length:
1 - 50Example:
"User"
New password of the user.
Required string length:
8 - 64Example:
"super-secret"
Password of the user. Required together with the new_password field.
Required string length:
8 - 64Example:
"super-secret"
Status of the user.
Available options:
active, pending, inactive, deleted Example:
"active"
Response
OK
A user in the system.
Date when the user was confirmed.
Date when the user was created.
First name of the user.
Required string length:
1 - 50Example:
"Test"
Unique identifier of the user.
Example:
"ab782971-4d79-47ab-8685-77cf5a34b2bb"
Last name of the user.
Required string length:
1 - 50Example:
"User"
Status of the user.
Available options:
active, pending, inactive, deleted Example:
"active"
Date when the user was updated.