v1

latestOpenAPI 3.0.02026-08-0645062.8 KB

Invite a user

Invite a user based on the provided email and other details.

post/user-invite

Request body

emailstring
redirectTostring

Example request

{
  "email": "user@example.com",
  "redirectTo": "https://example.com/welcome",
  "data": {
    "tenant_id": "tenant-123",
    "tenant_name": "Tenant Name",
    "user_role": "admin",
    "title_id": "title-123"
  }
}

Response

Invitation has been sent

messagestring

Example response

{
  "message": "Invitation has been sent"
}