Call Monitoring Groups
List Call Monitoring Group Members
Returns a list of members for a call monitoring group specified in path.
get/restapi/v1.0/account/{accountId}/call-monitoring-groups/{groupId}/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)
groupIdstring required
Internal identifier of a call monitoring group
Query parameters
pageinteger
Indicates a page number to retrieve. Only positive number values are allowed
perPageinteger
Indicates a page size (number of items)
Response
Call monitoring group members information
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}