public class CollaborationTenantCollaborationUser extends Object
| 构造器和说明 |
|---|
CollaborationTenantCollaborationUser(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
GetCollaborationTenantCollaborationUserResp |
get(GetCollaborationTenantCollaborationUserReq req)
获取关联组织成员详情,获取关联组织成员详情,需要对关联组织成员有权限才可以获取。
|
GetCollaborationTenantCollaborationUserResp |
get(GetCollaborationTenantCollaborationUserReq req,
RequestOptions reqOptions)
获取关联组织成员详情,获取关联组织成员详情,需要对关联组织成员有权限才可以获取。
|
public CollaborationTenantCollaborationUser(Config config)
public GetCollaborationTenantCollaborationUserResp get(GetCollaborationTenantCollaborationUserReq req, RequestOptions reqOptions) throws Exception
## 提示;使用 user_access_token 时,按照 admin 管理后台关联组织列表中针对用户设置的可见性规则进行校验,使用 tenant_access_token 时,按照应用互通界面中针对应用设置的可见性规则进行校验。 ;
Exceptionpublic GetCollaborationTenantCollaborationUserResp get(GetCollaborationTenantCollaborationUserReq req) throws Exception
## 提示;使用 user_access_token 时,按照 admin 管理后台关联组织列表中针对用户设置的可见性规则进行校验,使用 tenant_access_token 时,按照应用互通界面中针对应用设置的可见性规则进行校验。 ;
ExceptionCopyright © 2026. All rights reserved.