Question

Get list of groups with RC API

  • 15 September 2016
  • 3 replies
  • 688 views

Hi the community!

Is it possible to get RingCentral Group list with some API call?


It is the groups that I'm talking about


It is also required to get active calls within particular group also.


3 replies

Yes it is.

You can do this by fetching the list of extensions by filter and set the 'type' query parameter === Department.

https://developers.ringcentral.com/api-docs/latest/index.html#!#RefGetExtensionList

GET /restapi/v1.0/account/401836781008/extension?type=Department HTTP/1.1
Authorization: Bearer {{YOUR_ACCESS_TOKEN}}Does this answer your question?
So, the groups are also extensions of "Department" type? 
Groups are extensions of type "Department", yes.

Reply