简体   繁体   English

如何搜索团队成员并从Glip团队中添加/删除?

[英]How can I search for team members and add/remove from Glip teams?

I need to find organization members and add/remove them from Glip teams. 我需要找到组织成员并从Glip团队中添加/删除他们。

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 personId s for the organization. 还有一个API使用personId和email属性更新组成员,但没有有关如何搜索或获取组织的personId列表的信息。

In the API Reference, I found an API to list teams but not to list people. 在《 API参考》中,我找到了一个API,用于列出团队但未列出人员。

Is there a way to list organization members and add/remove them from Glip teams? 有没有办法列出组织成员并从Glip团队中添加/删除他们?

To get a list of Glip organization members, use the Directory Entries API to search and list company contacts. 要获取Glip组织成员的列表,请使用Directory Entries API搜索并列出公司联系人。 The user id returned in the Directory Entries API is the same as used for the Edit Group Members API. Directory Entries API中返回的用户id与用于Edit Group Members API的用户id相同。

Search or list company contacts using the following APIs: 使用以下API搜索或列出公司联系人:

Use the returned user objects' id property with the Edit Group Members API in the addedPersonIds and removedPersonIds properties. 使用返回的用户对象的id与在编辑组成员API财产addedPersonIdsremovedPersonIds性能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM