| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.directory.v1.model |
| 限定符和类型 | 方法和说明 |
|---|---|
ListCollborationShareEntityReq.Builder |
ListCollborationShareEntityReq.Builder.isSelectSubject(Boolean isSelectSubject)
是否主体组织分享范围,默认是客体组织的分享范围
示例值:true
|
static ListCollborationShareEntityReq.Builder |
ListCollborationShareEntityReq.newBuilder() |
ListCollborationShareEntityReq.Builder |
ListCollborationShareEntityReq.Builder.pageSize(Integer pageSize)
分页大小
示例值:10
|
ListCollborationShareEntityReq.Builder |
ListCollborationShareEntityReq.Builder.pageToken(String pageToken)
分页标记,第一次请求不填,表示从头开始遍历;分页查询结果还有更多项时会同时返回新的 page_token,下次遍历可采用该 page_token 获取查询结果
示例值:
|
ListCollborationShareEntityReq.Builder |
ListCollborationShareEntityReq.Builder.targetDepartmentId(String targetDepartmentId)
不填写该参数时,查询整个组织的分享范围,可填写该字段继续下钻查看指定部门下的子部门+成员。
|
ListCollborationShareEntityReq.Builder |
ListCollborationShareEntityReq.Builder.targetGroupId(String targetGroupId)
获取用户组下的成员,填写该值后忽略target_department_id;可以通过本接口参数返回的用户组ID继续本接口查询
示例值:test_key
|
ListCollborationShareEntityReq.Builder |
ListCollborationShareEntityReq.Builder.targetTenantKey(String targetTenantKey)
对方组织的tenant
key,可通过[管理员获取所有关联组织列表](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/directory-v1/collaboration_tenant/list)获取
示例值:test_key
|
ListCollborationShareEntityReq.Builder |
ListCollborationShareEntityReq.Builder.tenantId(String tenantId)
租户ID,默认会从identity_ticket获取,获取不到的会从参数获取,取不到或认证失败会报错
示例值:1
|
| 构造器和说明 |
|---|
ListCollborationShareEntityReq(ListCollborationShareEntityReq.Builder builder) |
Copyright © 2026. All rights reserved.