Skip to main content

Invite a user to the entity

POST 

/users/invitations

Creates a PENDING invitation and sends the acceptance link by email.

Idempotent on (email, entity): if a PENDING invitation for that email already exists in this entity, returns 200 with the existing invitation — no new row, no new email.

Scope validation: each subAccountId must belong to the entity; Admin role cannot be scoped to sub-accounts.

Requires USER_CREATE permission.

Request

Responses

Pending invitation for this email already exists (idempotent)