Skip to main content
GET
List Workspace Users

Authentication & Scope

Requires the workspace-users-read ability.

Request

Path Parameters

Response

200 OK – An array of workspace members.

Role Values

Authorizations

Authorization
string
header
required

Personal Access Token created from the Raydocs dashboard. Include in the Authorization header: Bearer <your_token> See API Keys for token creation and management.

Path Parameters

workspaceId
integer
required

Response

Successful

id
integer
name
string
email
string<email>
role
enum<string>
Available options:
admin,
user,
readonly