Skip to main content
List workspace invitations

Authorizations

acornops_cp_session
string
cookie
required

Path Parameters

workspaceId
string<uuid>
required
Example:

"4b930d98-add9-4924-ab26-3c16d96ec373"

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string
q
string
role
string

Deployment-supported workspace role key. Built-ins are owner, admin, operator, viewer, and auditor; custom roles are lowercase snake_case.

Pattern: ^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$
status
enum<string>
Available options:
pending,
accepted,
revoked,
expired

Response

Workspace invitation page payload without raw tokens: { items, nextCursor? }.

items
object[]
required
nextCursor
string