Was this helpful?
Retrieve the ring groups which current user belongs.
/user/ring_groups
curl -L \ --url 'https://HOSTNAME:8887/api/user/ring_groups' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "items": [ { "name": "text", "extension_number": "text", "id": "NzAwNTUxOTA5NzczMTQ4MTYw" } ] }