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
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}