Skip to main content
PUT
Transfer Team Ownership

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
new_team_owner_id
integer

User ID of the team member who will become the new owner; must currently be a manager on the team.

Example:

5678

delete_billing
boolean

When true, removes all payment methods and billing info from the team account during the transfer.

Example:

false

Response

Success: {"success": true, "msg": "Team Successfully Transferred!"}

success
boolean

Always true on success

msg
string

Human-readable confirmation message