invite_user
Invite a person to join your organization by email at a chosen role. The organization is fixed by your context - never pass an organization id. Valid roles: Admin, Finance, Manager, Member, Viewer (you can only invite at a role no more privileged than your own). The invitee receives an email with an acceptance link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | Role to grant on acceptance (required). One of: Admin, Finance, Manager, Member, Viewer. You cannot invite at a role more privileged than your own. | |
| Yes | Email address of the person to invite (required). | ||
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |