Skip to main content

There current are API calls that let you list the Teams, Add or Remove Team members, but where is the call to list the Team members. A roster of users in a Team would be valuable for programs that want to integrate with Glip.

For now, you still can use this endpoint "/restapi/v1.0/glip/groups/[teamId]" to read team's members. The API is marked as deprecated though. I will check to see why the new API is missing and update the answer when I get the info.


"/restapi/v1.0/glip/groups/[teamId]" is still working, but is there any news on a non-deprecated API for getting a Team's member list?


Any update? https://platform.ringcentral.com/restapi/v1.0/glip/groups?type=Team is marked as obsoleted/beta. Can we use this API?

It looks like https://platform.ringcentral.com/restapi/v1.0/glip/recent/chats?type=Team can be used to retrieve similar list of Teams . Still it is not clear how to retrieve members. https://platform.ringcentral.com/restapi/v1.0/glip/chats/ChatId does not return members - although is should per RingCentral API documentation.


Reply