Invitation
Get Invitations
Get all invitations for the organization. Auth'ed user or api key must have an admin or owner role for the specified dataset's organization.
get/api/invitations/{organization_id}
Path parameters
organization_idstring uuid required
The organization id to get invitations for
Headers
TR-Organizationstring uuid required
The organization id to use for the request
Response
Invitations for the dataset
Example response
[
{
"created_at": "2021-01-01 00:00:00.000",
"email": "trieve@trieve.ai",
"id": "e3e3e3e3-e3e3-e3e3-e3e3-e3e3e3e3e3e3",
"organization_id": "e3e3e3e3-e3e3-e3e3-e3e3-e3e3e3e3e3e3",
"role": 1,
"updated_at": "2021-01-01 00:00:00.000",
"used": false
}
]