Paging Only Groups
Get Paging Group Users
Returns a list of users allowed to page this group.
get/restapi/v1.0/account/{accountId}/paging-only-groups/{pagingOnlyGroupId}/users
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
pagingOnlyGroupIdstring required
Internal identifier of a paging group
Query parameters
pageinteger
Indicates a page number to retrieve. Only positive number values are accepted
perPageinteger
Indicates a page size (number of items)
Response
Paging only group users information
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}