Skip to main content
GET
List Invites

Authentication & Scope

Requires the workspace-users-read ability.

Request

Path Parameters

Response

200 OK – An array of pending invitations.

Status 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
email
string<email>
role
enum<string>
Available options:
admin,
user,
readonly
status
enum<string>
Available options:
pending,
accepted
valid_until
string<date-time>