Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 2.06 KB

File metadata and controls

24 lines (21 loc) · 2.06 KB

UserUpdate

Properties

Name Type Description Notes
first_name str User's first name. Cannot contain more than 5 Chinese characters. [optional]
last_name str User's last name. Cannot contain more than 5 Chinese characters. [optional]
type int User types:<br>`1` - Basic.<br>`2` - Licensed.<br>`3` - On-prem. [optional]
pmi int Personal meeting ID: length must be 10. [optional]
use_pmi bool Use Personal Meeting ID for instant meetings. [optional] [default to False]
timezone str The time zone ID for a user profile. For this parameter value please refer to the ID value in the timezone list. [optional]
language str language [optional]
dept str Department for user profile: use for report. [optional]
vanity_name str Personal meeting room name. [optional]
host_key str Host key. It should be a 6-10 digit number. [optional]
cms_user_id str Kaltura user ID. [optional]
job_title str User's job title. [optional]
company str User's company. [optional]
location str User's location. [optional]
phone_number str Phone number of the user. To update a phone number, you must also provide the `phone_country` field. [optional]
phone_country str Country ID of the phone number. For example, if the phone number provided in the `phone_number` field is a Brazil based number, the value of the `phone_country` field should be `BR`. [optional]

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