Retrieve the call queues which the user belongs.
The unique ID of user.
OK
const response = await fetch('http://127.0.0.1:8888/api/users/{id}/call_queues', { method: 'GET', headers: {}, }); const data = await response.json();
{ "items": [ { "id": {}, "name": "text", "extension_number": {} } ] }