v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
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

uristring uri

Link to a list of users allowed to page the Paging Only group

Example response

{
  "paging": {
    "perPage": 50,
    "page": 5,
    "pageEnd": 5,
    "totalPages": 25,
    "totalElements": 25
  }
}