Transfer Organization ownership
POST https://{{base_url}}/v3/organizations/{{organization_uid}}/transfer-ownership
The Transfer organization ownership call transfers the ownership of an Organization to another user. When the call is executed, an email invitation for accepting the ownership of a particular Organization is sent to the specified user.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Transfer Organization ownership API Reference document
Request Body
{"transfer_to"=>"abc@sample.com"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | Enter the authtoken of the user. | |
Content-Type | string |