Skip to main content
POST
Create Team Invite

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

teamId
string
required

Body

application/json
email
string<email>
required

Email address of the person to invite.

role
string
required

Team role to grant. One of: team:owner, team:superadmin, team:admin (deprecated), team:manager, team:builder, team:member, team:clarity-member. You cannot grant a role above your own. Process invitations must use team:clarity-member.

processId
string<uuid>

Invite the person to this Clarity process rather than the whole team. Requires the team:clarity-member role.

Response

Default Response

id
string
required
team_id
string
required
email
string<email>
required
invited_by
string
required
role
string
required
status
string
required
name
string | null
required
created_at
string
required
team
object
required
invitedBy
object
required
process_id
string<uuid> | null
process
object