Get Team Invite Link
getTeamInviteLinkGet the team's shareable invite link — the one URL anyone can use to join the team, as opposed to a per-person invitation. Returns hasLink: false when no link has been created. Requires the Manager role or above.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. | |
| frontendUrl | No | Deprecated and ignored. The link is built from the server's configured frontend URL so a caller can't choose the host in a Duvo-branded email. |