createSubAccount.Rd
Create a Sub Account under the Master Account. <aside>Your account must be a Master Account in order to create Sub Accounts. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the **ISV team** https://zoom.us/plan/api for more details. Please note that the created account user will receive a confirmation email.</aside>**Prerequisites:*** Pro or a higher paid account with Master Account option enabled. **Scope**: account:write:admin** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
createSubAccount( first_name, last_name, email, password, options = NULL, account_name = NULL, return_response = F )
first_name | User's first name. |
---|---|
last_name | User's last name. |
User's email address. |
|
password | User's password.**Note:** If the account owner or admin has enabled enhanced password requirements https://support.zoom.us/hc/enus/articles/360034675592Advancedsecuritysettings#h_fa9186e468184f7a915c2e25c19f0acd , the value provided in this field must meet those requirements. These requirements can be retrieved by calling the Get Account Settings API https://marketplace.zoom.us/docs/apireference/zoomapi/accounts/accountsettings and referring to the password_requirement field present in the security object. |
options | Account options object. |
account_name | Name of the account. If you do not provide a value for this field, by default, the value will be set as a contatenation of "first_name" and "last_name". |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |