invite_org_member
Send an invitation to join an organization with a specified role.
Sends an email invitation to join an organization with the given role.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string | Yes | The organization to invite the member to. From list_organizations. |
email | string | Yes | Email address to invite. |
role | "owner" | "admin" | "member" | Yes | Role for the invited member. |
Returns
The created invitation: id, email, role, status, organizationId, and expiresAt.
Related
list_org_invitations: see pending invitationscancel_org_invitation: revoke one