Logo
Zoom Public API Documentation

Update the account owner

PUT {{baseUrl}}/accounts/:accountId/owner

Change an account's owner.

An account's current owner can change the account's owner to another user on the same account.

Prerequisites: * An account owner or admin permissions of an account * The account making this API request must be on a Pro or a higher account plan with Master account privileges

Rate Limit Label: HEAVY

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/accounts/:accountId/owner' -H 'Content-Type: application/json' -d '{"email":"\u003cemail\u003e"}'

ENDPOINTS