User
Retrieve the call queues which the user belongs
Retrieve the call queues which the user belongs.
get/users/{id}/call_queues
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
Response
OK
Example response
{
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}