POST
/
organization
/
{id}
/
transfer
curl --request POST \
  --url https://api.wapikit.com/api/organization/{id}/transfer \
  --header 'Content-Type: application/json' \
  --data '{
  "newOwnerId": "<string>"
}'
{
  "isTransferred": true
}

Path Parameters

id
string
required

The id of the organization to transfer to.

Body

application/json

new owner info

The body is of type object.

Response

200
application/json

transfer ownership response

The response is of type object.