cURL
curl --request POST \ --url https://api.wapikit.com/api/organization/{id}/transfer \ --header 'Content-Type: application/json' \ --data '{ "newOwnerId": "<string>" }'
{ "isTransferred": true }
transfer organization ownership
The id of the organization to transfer to.
new owner info
The body is of type object.
object
transfer ownership response
The response is of type object.
Was this page helpful?