collaboration_org_invitation_create
Send an organization invitation to a user, optionally assigning them to teams. Confirmation flag must be true to complete.
Instructions
Invite a user to an organization, optionally pre-assigning them to one or more teams at invite time. Console UI cannot bind team_ids at invitation. Write operation: requires confirmed=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization login. | |
| inviteeLogin | Yes | Invitee username. | |
| role | No | ||
| teamIds | No | ||
| expiresInDays | No | ||
| confirmed | No | Must be true to execute the write. |