listDevices.Rd
List all the desk phone devices https://support.zoom.us/hc/enus/articles/360021119092 that are configured with Zoom Phone on an account. To view devices that have not yet been assigned to a user, set the value of the type query parameter as unassigned and to view devices that have been assigned, set the value as assigned.**Scopes:** phone:read:admin **Prerequisites:*** Pro or a higher account with Zoom Phone license* Account owner or admin permissions ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium
listDevices( type, next_page_token = NULL, page_size = NULL, return_response = F )
type | State of the device. The value should be either assigned to list devices that have been assigned to user s or unassigned to list devices that have not yet been assigned to any user in the Zoom account. |
---|---|
next_page_token | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
page_size | The number of records returned within a single API call. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |