Is there an API call that will allow my app to get any of the following:
a list of groups,
the manager for a particular group
the members for a particular group
I have seen this post about using the "Department" flag on the extension list API to retrieve a list of groups: https://forums.developers.ringcentral.com/questions/456/get-list-of-groups-with-rc-api.html . But it doesn't seem to be working as I thought it would. I have a group with three members in my account, and when I use the extension list API with the Department flag, I get no results back. I also noticed that the post is several years old. Perhaps this is no longer valid? Is this the correct way to get group information? Or is there a different API endpoint I need to use to get group info?