Your user
Update your user
Update your user by providing its new details.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The new alias of your user.
Required string length:
1 - 100
The new email of your user. Must be unique.
Required string length:
1 - 50
The new handle of your user. Must be unique.
Required string length:
1 - 50
Response
200 - application/json
The alias of the user.
The date and time when the user was created.
The email of the user. Is unique.
The handle of the user. Is unique.
The UUID of the user. Is unique.
The number of organizations of the user.
The number of spaces of the user.
The state of the user.
Available options:
verified
, unverified
, blocked
Indicates whether the email of the user has been verified.