Skip to main content
PUT
/
v1
/
ui
/
providers
/
transfer-ownership
Transfer provider ownership
curl --request PUT \
  --url https://api.example.com/v1/ui/providers/transfer-ownership \
  --header 'Content-Type: application/json' \
  --data '
{
  "newOwnerId": "<string>"
}
'

Body

application/json
newOwnerId
string
required
Minimum string length: 1

Response

200

Ownership transferred successfully