POST
/
v1
/
admin
/
users
/

Body

application/json
name
string
required

The name of the user.

organization_id
string
required

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.

name
string
required

The name of the user.

id
string

The human-friendly ID of the User

organization_id
string | null
default: org-00000000-0000-4000-8000-000000000000

The organization id of the user

created_at
string | null

The creation date of the user.

updated_at
string | null

The update date of the user.

is_deleted
boolean
default: false

Whether this user is deleted or not.