Organization
List all Organization Member Invitations
GET
/
organization
/
{id}
/
invitation
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredthe organization id
Response
200 - application/json
id
string
invitation id
email
string
requiredthe invitation email
role
string
the invitation role
userId
string
requiredthe user id inviter
organizationId
string
requiredthe invation organization id