0

I need to find organization members and add/remove them from Glip teams.

There is also an API to update Group members using the personId and email properties, but no info on how to search or get a list of personIds for the organization.

In the API Reference, I found an API to list teams but not to list people.

Is there a way to list organization members and add/remove them from Glip teams?

Grokify
  • 15,092
  • 6
  • 60
  • 81
  • There is this deprecated API: https://developer.ringcentral.com/api-reference#Chats-assignGlipGroupMembers Have you tried that? I work at RC, let me see what I can dig up. – Byrne Reese Feb 04 '19 at 22:28
  • The link to the deprecated Edit Group Members has been added. We still need to know how to search the `personId` for everyone in the org. Thanks! – Grokify Feb 04 '19 at 22:32

1 Answers1

0

To get a list of Glip organization members, use the Directory Entries API to search and list company contacts. The user id returned in the Directory Entries API is the same as used for the Edit Group Members API.

Search or list company contacts using the following APIs:

Use the returned user objects' id property with the Edit Group Members API in the addedPersonIds and removedPersonIds properties.

Grokify
  • 15,092
  • 6
  • 60
  • 81