updateUsersProfile.Rd
Update a Zoom Phone https://support.zoom.us/hc/enus/categories/360001370051ZoomPhone user's profile.**Scopes:** phone:write phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light**Prerequisite:** 1. Business or Enterprise account2. A Zoom Phone license
updateUsersProfile( extension_number = NULL, site_id = NULL, return_response = F )
extension_number | The extension number of the user. The number must be complete i.e. site number + short extension . |
---|---|
site_id | Unique identifier of the site https://support.zoom.us/hc/enus/articles/360020809672 where the user should be moved/assigned. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |