List Users
Returns a list of users with their status of Automatic Location Updates feature.
Path parameters
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Query parameters
Extension type. Multiple values are supported
Filters entries containing the specified substring in user name, extension or department. The characters range is 0-64; not case-sensitive. If empty then the filter is ignored
Department name to filter the users. The value range is 0-64; not case-sensitive. If not specified then the parameter is ignored. Multiple values are supported
Internal identifier of a site for filtering. To indicate company main site main-site value should be specified. Supported only if multi-site feature is enabled for the account. Multiple values are supported.
Filters entries by their status of Automatic Location Updates feature
Comma-separated list of fields to order results prefixed by plus sign '+' (ascending order) or minus sign '-' (descending order). Supported values: 'name', 'modelName', 'siteName', 'featureEnabled'. The default sorting is by name
Indicates a page size (number of items). The values supported: Max or numeric value. If not specified, 100 records are returned per one page
Indicates a page number to retrieve. Only positive number values are supported
Response
User list
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}