GET
/
organization
/
{id}
/
invitation

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

the organization id

Response

200 - application/json
id
string

invitation id

email
string
required

the invitation email

role
string

the invitation role

userId
string
required

the user id inviter

organizationId
string
required

the invation organization id