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' required

Role for the new member.

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"
  }
}

Changes