users
Update User
Update a user in the database
PUT
/
v1
/
admin
/
users
/
Body
application/json
The id of the user to update.
The new name of the user.
The new organization id of the user.
Response
200 - application/json
Representation of a user.
Parameters: id (str): The unique identifier of the user. name (str): The name of the user. created_at (datetime): The creation date of the user.
The name of the user.
The human-friendly ID of the User
The organization id of the user
The creation date of the user.
The update date of the user.
Whether this user is deleted or not.