updateUser.Rd
Update information on a user's Zoom profile https://support.zoom.us/hc/enus/articles/201363203MyProfile .**Scopes:** user:write:admin user:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
updateUser( userId, login_type = NULL, first_name = NULL, last_name = NULL, type = NULL, pmi = NULL, use_pmi = NULL, timezone = NULL, language = NULL, dept = NULL, vanity_name = NULL, host_key = NULL, cms_user_id = NULL, job_title = NULL, company = NULL, location = NULL, phone_number = NULL, phone_country = NULL, custom_attributes = NULL, return_response = F )
userId | The user ID or email address of the user. For userlevel apps, pass me as the value for userId. |
---|---|
login_type | 0 Facebook.1 Google.99 API.100 Zoom.101 SSO. |
first_name | User's first name. Cannot contain more than 5 Chinese characters. |
last_name | User's last name. Cannot contain more than 5 Chinese characters. |
type | User types:1 Basic.2 Licensed.3 Onprem. |
pmi | Personal meeting ID: length must be 10. |
use_pmi | Use Personal Meeting ID for instant meetings. |
timezone | The time zone ID for a user profile. For this parameter value please refer to the ID value in the timezone https://marketplace.zoom.us/docs/apireference/otherreferences/abbreviationlists#timezones list. |
language | language |
dept | Department for user profile: use for report. |
vanity_name | Personal meeting room name. |
host_key | Host key. It should be a 610 digit number. |
cms_user_id | Kaltura user ID. |
job_title | User's job title. |
company | User's company. |
location | User's location. |
phone_number | Phone number of the user. To update a phone number, you must also provide the phone_country field. |
phone_country | Country ID https://marketplace.zoom.us/docs/apireference/otherreferences/abbreviationlists#countries 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. |
custom_attributes | Custom attribute s of the user. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |