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
Response
Member added or invitation sent
Example response
{
"success": true,
"member": {
"id": "member_abc123"
},
"invitation": {
"status": "pending"
}
}