Skip to main content
GET
List Users
Lists all users belonging to the authenticated organization. You can optionally filter the results by account group or account ID.

Authorizations

PUBLIC-API-KEY
string
header
default:<Your PUBLIC-API-KEY>
required
PRIVATE-SECRET-KEY
string
header
default:<Your PRIVATE-SECRET-KEY>
required

Query Parameters

account_group_id
string<uuid>

Filter by account group.

account_id
string<uuid>

Filter by account.

page
integer
default:1

Page number.

page_size
integer
default:20

Page size.

Required range: x <= 100

Response

200 - application/json

OK

data
object[]
pagination
object