v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Multi-Site

List Site Members

Returns members of a site specified in path.

get/restapi/v1.0/account/{accountId}/sites/{siteId}/members

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)

siteIdstring required

Internal identifier of a site. Please note that siteId cannot take the 'main-site' value

Response

Site members information

uristring uri

Link to a site members list resource

Example response

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