Invite users to a team
invite_to_teamMUTATES Parabol data: send team invitations by email. Required: teamId and invitees (an array of email addresses). Optionally scope to a meetingId. Parabol GraphQL: inviteToTeam(teamId, invitees). Requires TEAMS_WRITE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | The team id to invite into (required). | |
| invitees | Yes | Email addresses to invite (required). | |
| meetingId | No | Optionally associate the invitation with a meeting id. |