Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Headers

x-account-id
string<uuid>
required

Response

200 - application/json

A list of account members.

account_id
string

The unique identifier of the account.

user_id
string

The unique identifier of the user.

roles
string[]

The roles assigned to the user within the account.

user
object

The user associated with the account member.