Skip to main content
GET
Error

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 500
offset
integer
default:0
Required range: x >= 0
emails
string[]
q
string | null

Search query for email or name

sort_by_desc
boolean
default:true

Sort in descending order

sort_by
enum<string>
default:created_at

Field to sort by

Available options:
name,
email,
role,
created_at

Response

Successful Response

email
string
required
id
string<uuid>
required
created_at
string<date-time>
required
read_only
boolean
default:false
deprecated
role_id
string<uuid> | null
role_name
string | null
workspace_ids
string<uuid>[] | null
workspace_role_id
string<uuid> | null
workspace_role_name
string | null
password
string | null
full_name
string | null
access_scope
enum<string>
default:workspace
Available options:
organization,
workspace
user_id
string<uuid> | null
tenant_id
string<uuid> | null
organization_id
string<uuid> | null
org_role_id
string<uuid> | null
org_role_name
string | null