Skip to main content
GET
/
organization
/
{organizationId}
/
invitations
Get organization invitations
curl --request GET \
  --url https://us.cybedefend.com/organization/{organizationId}/invitations \
  --header 'Authorization: Bearer <token>'
{
  "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "invitations": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "token": "<string>",
      "email": "<string>",
      "status": "<string>",
      "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organizationName": "<string>",
      "organizationRole": "<string>",
      "expiresAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string<uuid>
required

Organization identifier

Query Parameters

page
number
required

Page number

Required range: x >= 1
pageSize
number
required

Number of items per page

Required range: 1 <= x <= 20

Response

Organization invitations retrieved

organizationId
string<uuid>
required

Organization unique identifier

invitations
object[]
required

List of invitations