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
x-workspace-id
string<uuid>
required

Response

200 - application/json

A list of workspace members

workspace_id
string
required

The ID of the workspace.

user_id
string
required

The ID of the user.

roles
string[]
required

The roles assigned to the user in the workspace.

user
object

The user details.