invite_member
Invite a member to an organization by user ID or email. The caller must be an organization owner or admin. If the user does not exist, the API returns a 404 error.
Instructions
Add a user to an organization by user_id or email. Caller must be org owner or admin. If email is provided and the user doesn't exist, the API returns 404 (email-invite flow stays UI-only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes | ||
| user_id | No | ||
| No | |||
| role | No | member |