Skip to main content
POST
Invite Org Member

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string<uuid>
required

Organization ID

Body

application/json
email
string<email>
required
role
enum<string>
required
Available options:
organization:executive,
organization:owner,
organization:admin,
organization:member
frontendUrl
string<uri>

Deprecated. Use sendEmail instead. Kept because its presence is the legacy opt-in for sending the invitation email; the value never sets the link host, which is always the server's configured frontend URL.

sendEmail
boolean

Email the invitation to the recipient. false always suppresses the email. When omitted, the legacy opt-in applies instead: the email is sent only if the deprecated frontendUrl is present. Omit both to create the invitation without notifying anyone.

teamId
string<uuid>

Response

Default Response

success
boolean
required
invitationId
string<uuid>
required
emailSent
boolean
required