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"
}
]
}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"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization identifier
Page number
x >= 1Number of items per page
1 <= x <= 20Organization invitations retrieved
Organization unique identifier
List of invitations
Show child attributes
Invitation unique identifier
Invitation token
Email of the invitee
Current status of the invitation
Organization unique identifier
Organization name
Role in the organization
Invitation expiration date