v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Team

Invite a team member

Adds an existing Sequenzy user to the team directly, or emails an invitation to a new user. Requires owner or admin access.

post/team/invitations

Request body

emailstring email required

Email address to invite.

role'admin' | 'viewer' | 'restricted' required

Role for the new member. Restricted members can open direct campaign links only.

canManageBillingboolean

Whether the member can manage billing. Only the company owner can grant this.

Response

Member added or invitation sent

successboolean

Example response

{
  "success": true,
  "member": {
    "id": "member_abc123"
  },
  "invitation": {
    "status": "pending"
  }
}