Invite user (admin)
Invite a user to the calling org. Requires an admin-scoped API key. Idempotent: returns the existing invitation if one is already active for this email.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
email | string | ✅ Yes | - | Email address to invite. RFC 5322. Lower-cased server-side. |
role | string | ✅ Yes | - | Role granted to the user upon accepting the invitation. |
name | string | ❌ No | - | Optional display name for the invitee. |