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>"
}
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.