User
Update user
Update the given user.
PATCH
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 - 50
Example:
"Test"
Last name of the user.
Required string length:
1 - 50
Example:
"User"
New password of the user.
Required string length:
8 - 64
Example:
"super-secret"
Password of the user. Required together with the new_password field.
Required string length:
8 - 64
Example:
"super-secret"
Status of the user.
Available options:
active
, pending
, inactive
, deleted
Example:
"active"
Response
200
application/json
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 - 50
Example:
"Test"
Unique identifier of the user.
Example:
"ab782971-4d79-47ab-8685-77cf5a34b2bb"
Last name of the user.
Required string length:
1 - 50
Example:
"User"
Status of the user.
Available options:
active
, pending
, inactive
, deleted
Example:
"active"
Date when the user was updated.