invites
Fetches all the Invites the belong to the organization
GET
/
organizations
/
{organizationId}
/
invites
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
organizationId
string
requiredID of organization
Response
200 - application/json
count
integer
invites
object[]
Was this page helpful?