Skip to main content
GET
/
organizations
/
{organization_id}
/
invites
List Organization Invites
curl --request GET \
  --url https://api.example.com/organizations/{organization_id}/invites

GET /organizations//invites

Returns all invites that have been issued for the specified organization, including pending, accepted, and expired invites.

Notes

  • Requires owner or admin role. Members and viewers cannot view invites.
  • Returns 403 if the authenticated workspace does not belong to the requested organization, or if the caller lacks a sufficient role.
  • Use this to audit outstanding invitations or check whether a specific email has already been invited.
  • To create a new invite, see Create Organization Invite.
  • To complete the invite flow, see Accept Organization Invite.