Invites
Last updated
Was this helpful?
Last updated
Was this helpful?
This document uses the REST API. For more details, see the Authentication for API page.
Invite a user to an organization with a role.
/orgs/{org_id}/invites
The id of the org the user is being invited to
Requested API version
2021-06-04
^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
List pending user invitations to an organization.
/orgs/{org_id}/invites
The id of the org the user is being invited to
Requested API version
2021-06-04
^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Return the page of results immediately after this cursor
v1.eyJpZCI6IjEwMDAifQo=
Return the page of results immediately before this cursor
v1.eyJpZCI6IjExMDAifQo=
Number of results to return per page
10
Cancel a pending user invitations to an organization.
/orgs/{org_id}/invites/{invite_id}
The id of the org the user is being invited to
The id of the pending invite to cancel
Requested API version
2021-06-04
^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
No body