Create Invite
Invite a new team member to an organization.
Create Invite
Sends an invitation email to add a new member to the organization. Requires admin role.
Endpoint
POST /api/v1/organizations/:orgId/team/invites
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Email address to invite |
role | string | Yes | Role to assign: admin, member, viewer |