Skip to main content
GET
https://api.unify.ai
/
v0
/
organizations
/
{organization_id}
/
invites
curl --request GET \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/invites' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "invites": "[Any]"
}
List pending invites for an organization. Requires org:read permission. All invites returned are pending (not expired).

Authorizations

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

Path Parameters

organization_id
integer
required
curl --request GET \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/invites' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "invites": "[Any]"
}