public class Scope extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListScopeResp |
list(ListScopeReq req)
获取通讯录授权范围,该接口用于获取应用被授权可访问的通讯录范围,包括可访问的部门列表、用户列表和用户组列表。
|
ListScopeResp |
list(ListScopeReq req,
RequestOptions reqOptions)
获取通讯录授权范围,该接口用于获取应用被授权可访问的通讯录范围,包括可访问的部门列表、用户列表和用户组列表。
|
public Scope(Config config)
public ListScopeResp list(ListScopeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/scope/list ;
Exceptionpublic ListScopeResp list(ListScopeReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/scope/list ;
ExceptionCopyright © 2024. All rights reserved.