Skip to main content
GET
List Workspace Invites

List Workspace Invites

Retrieve all pending or accepted invitations for a workspace.

Authentication & Scope

Requires workspace admin access. For Personal Access Tokens, the token must include the workspaces-write ability and the token owner must be an admin of the workspace. Non-admin workspace members and tokens with only workspace-users-read cannot list invites.

Request

Path Parameters

Response

200 OK – Array of Invite objects.
403 Forbidden – You are not a workspace admin, or your token lacks workspaces-write.

Authorizations

Authorization
string
header
required

Personal Access Token

Path Parameters

workspaceId
string
required

Response

Successful

id
number
email
string<email>
role
enum<string>
Available options:
admin,
user,
readonly
status
enum<string>
Available options:
pending,
accepted
valid_until
string<date-time>

Expiration timestamp for the invite