Rensei docs

Create an org invite (org admin).

Create an org invite (org admin). - Rensei REST API operation reference.

POST
/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).

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/org/string/invites" \  -H "Content-Type: application/json" \  -d '{    "email": "user@example.com"  }'
{
  "property1": null,
  "property2": null
}
Empty
Empty
Empty
Empty