Skip to main content
POST
/
v3
/
sites
/
{site}
/
teams
/
{team}
/
transfer-ownership
Transfer Ownership
curl --request POST \
  --url https://app.plugchoice.com/api/v3/sites/{site}/teams/{team}/transfer-ownership \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

Transfers ownership of the specified location to the given team. The target team must already have access to the location.
site
string
required
The UUID of the location.
team
string
required
The UUID of the team to transfer ownership to.

Response

message
string
A confirmation message indicating location ownership was transferred successfully.