Skip to main content
GET
Get Users

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

Query to filter users by email

cursor
string

Cursor for the beginning of the current page

limit
integer
default:50

Number of users to return

deactivated
boolean
default:false

When set to true, return deactivated users instead.

Response

Successful Response

users
TenantUserInfo · object[]
required

List of users

next_cursor
string | null

Cursor for the beginning of the next page