Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.68 KB

UserCreateRequest.md

File metadata and controls

10 lines (7 loc) · 1.68 KB

# UserCreateRequest

Properties

Name Type Description Notes
action string The action to take to create the new user: * `create` — The user receives an email from Zoom containing a confirmation link. The user must then use the link to activate their Zoom account. The user can then set or change their password. * `autoCreate` — This action is for Enterprise customers with a managed domain. This feature is disabled by default because of the security risk involved in creating a user who does not belong to your domain. * `custCreate` — Users created with this action do not have passwords and will not have the ability to log into the Zoom web portal or the Zoom client. These users can still host and join meetings using the `start_url` and `join_url` respectively. To use this option, you must contact the Integrated Software Vendor (ISV) sales team. * `ssoCreate` — This action is provided for the enabled “Pre-provisioning SSO User” option. A user created this way has no password. If it is not a Basic user, a personal vanity URL with the username (no domain) of the provisioning email is generated. If the username or PMI is invalid or occupied, it uses a random number or random personal vanity URL.
user_info \Zoom\Api\Model\UserCreateRequestUserInfo [optional]

[Back to Model list] [Back to API list] [Back to README]