GET
/
v1
/
admin
/
users
/

Query Parameters

cursor
string | null
limit
integer | null
default: 50

Response

200 - application/json
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

name
string
required

The name 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.