Rensei docs

List pending org invites (org admin).

List pending org invites (org admin). - Rensei REST API operation reference.

GET
/api/org/{orgId}/invites

Authorization

AuthorizationBearer <token>

Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.

In: header

Path Parameters

orgId*string

Organization id (must match the authenticated org).

Response Body

application/json

curl -X GET "https://example.com/api/org/string/invites"
{
  "invites": [
    {
      "property1": null,
      "property2": null
    }
  ]
}
Empty
Empty
Empty