Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 3.16 KB

UserCreateRequestUserInfo.md

File metadata and controls

15 lines (12 loc) · 3.16 KB

# UserCreateRequestUserInfo

Properties

Name Type Description Notes
email string User email address.
first_name string User's first name: cannot contain more than 5 Chinese words. [optional]
last_name string User's last name: cannot contain more than 5 Chinese words. [optional]
password string User password. Only used for the "autoCreate" function. The password has to have a minimum of 8 characters and maximum of 32 characters. By default (basic requirement), password must have at least one letter (a, b, c..), at least one number (1, 2, 3...) and include both uppercase and lowercase letters. It should not contain only one identical character repeatedly ('11111111' or 'aaaaaaaa') and it cannot contain consecutive characters ('12345678' or 'abcdefgh'). Note: If the account owner or admin has enabled enhanced password requirements, the value provided in this field must meet those requirements. These requirements can be retrieved by calling the Get account settings API and referring to the `password_requirement` field present in the `security` object. [optional]
type int User type:<br>`1` - Basic.<br>`2` - Licensed.<br>`3` - On-prem.<br>`99` - None (this can only be set with `ssoCreate`).
feature \Zoom\Api\Model\UserCreateRequestUserInfoFeature [optional]
plan_united_type string The Zoom United type. The license option: * `1` — Zoom United Pro-United with US/CA Unlimited. * `2` — Zoom United Pro-United with UK/IR Unlimited. * `4` — Zoom United Pro-United with AU/NZ Unlimited. * `8` — Zoom United Pro-United with Global Select. * `16` — Zoom United Pro-United with Zoom Phone Pro. * `32` — Zoom United Biz-United with US/CA Unlimited. * `64` — Zoom United Biz-United with UK/IR Unlimited. * `128` — Zoom United Biz-United with AU/NZ Unlimited. * `256` — Zoom United Biz-United with Global Select. * `512` — Zoom United Biz-United with Zoom Phone Pro. * `1024` — Zoom United Ent-United with US/CA Unlimited. * `2048` — Zoom United Ent-United with UK/IR Unlimited. * `4096` — Zoom United Ent-United with AU/NZ Unlimited. * `8192` — Zoom United Ent-United with Global Select. * `16384` — Zoom United Ent-United with Zoom Phone Pro. * `32768` — Zoom United Pro-United with JP Unlimited. * `65536` — Zoom United Biz-United with JP Unlimited. * `131072` — Zoom United Ent-United with JP Unlimited. [optional]

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