question

eugene-kondrashev3109 avatar image
eugene-kondrashev3109 asked benjamin-dean answered

Get list of groups with RC API

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.
topic-default
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

benjamin-dean avatar image
benjamin-dean answered
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?
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

eugene-kondrashev3109 avatar image
eugene-kondrashev3109 answered
So, the groups are also extensions of "Department" type? 
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

benjamin-dean avatar image
benjamin-dean answered
Groups are extensions of type "Department", yes.
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.