latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB

db81a447bba9

Invitations

Invite member

Sends an invitation email. If the email already belongs to a registered user, the invitation appears in their /account/invitations list. Otherwise the invitee receives a sign-up link. Subject to tenant invitation policy (open / domain_only / block_external).

post/tenants/{tenant_id}/invitations

Path parameters

tenant_idinteger required
Example:7261845022003200000

Tenant identifier

Request body

division_idinteger
emailstring required
rolesRoleId[] nullable

Example request

{
  "division_id": 7261844974723780000,
  "email": "alice@laserdata.com",
  "roles": [
    7261845001236500000
  ]
}

Response

Invitation created