Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 5.62 KB

UserUpdate.md

File metadata and controls

32 lines (29 loc) · 5.62 KB

# UserUpdate

Properties

Name Type Description Notes
cms_user_id string The Kaltura user ID. [optional]
company string The user's company. [optional]
custom_attributes \Zoom\Api\Model\UserUpdateCustomAttributesInner[] The user's assigned custom attributes. [optional]
dept string The user's assigned department. [optional]
first_name string The user's first name. This value cannot contain more than five Chinese characters. [optional]
group_id string Provide unique identifier of the group that you would like to add a pending user to. The value of this field can be retrieved from the List groups API. [optional]
host_key string The user's host key. [optional]
job_title string The user's job title. [optional]
language string The user's language. [optional]
last_name string The user's last name. This value cannot contain more than five Chinese characters. [optional]
location string The user's location. [optional]
manager string The user's assigned manager. [optional]
phone_country string Note: This field has been deprecated and will not be supported in the future. Use the `country` field of the `phone_numbers` object to select the phone number country. The user's phone number country ID. [optional]
phone_number string Note: This field has been deprecated and will not be supported in the future. Instead, use the `phone_numbers` field to assign phone numbers to a user. The user's phone number. To update a phone number, you must also provide the `phone_country` field. [optional]
phone_numbers \Zoom\Api\Model\UserUpdatePhoneNumbersInner[] Information about the user's assigned phone numbers. [optional]
pmi int The user's Personal Meeting ID (PMI). [optional]
pronouns string The user's pronouns. [optional]
pronouns_option int The user's display pronouns setting: * `1` — Ask the user every time they join meetings and webinars. * `2` — Always display pronouns in meetings and webinars. * `3` — Do not display pronouns in meetings and webinars. [optional]
timezone string The user's timezone [optional]
type int The type of user: * `1` — Basic. * `2` — Licensed. * `3` — On-Premise. * `4` — No Meetings License. * `99` — None. You can only set this value if the user was created using the `ssoCreate` value for `action` parameter in the Create users API. [optional]
use_pmi bool Whether to use a Personal Meeting ID (PMI) for instant meetings. [optional] [default to false]
vanity_name string The user's Personal Meeting Room name. [optional]
zoom_one_type int The Zoom One Bundle plan option:<br>`0` - Turn off Zoom United license.<br>`16` - Zoom One Business Plus with US/CA Unlimited.<br>`32` - Zoom One Business Plus with UK/IR Unlimited.<br>`64` - Zoom One Business Plus with AU/NZ Unlimited.<br>`128` - Zoom One Business Plus with Japan Unlimited. [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. * `none` — Turn off Zoom United type. [optional]

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