users
Create User
Create a new user in the database
POST
/
v1
/
admin
/
users
/
Body
application/json
The name of the user.
The 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.