public class User extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetUserResp |
get(GetUserReq req)
获取单个用户信息,该接口用于获取智能门禁中单个用户的信息。
|
GetUserResp |
get(GetUserReq req,
RequestOptions reqOptions)
获取单个用户信息,该接口用于获取智能门禁中单个用户的信息。
|
ListUserResp |
list(ListUserReq req)
获取用户列表,使用该接口获取智能门禁中所有用户信息。
|
ListUserResp |
list(ListUserReq req,
RequestOptions reqOptions)
获取用户列表,使用该接口获取智能门禁中所有用户信息。
|
PatchUserResp |
patch(PatchUserReq req)
修改用户部分信息,飞书智能门禁在人脸识别成功后会有韦根信号输出,输出用户的卡号。
|
PatchUserResp |
patch(PatchUserReq req,
RequestOptions reqOptions)
修改用户部分信息,飞书智能门禁在人脸识别成功后会有韦根信号输出,输出用户的卡号。
|
public User(Config config)
public GetUserResp get(GetUserReq req, RequestOptions reqOptions) throws Exception
只能获取已加入智能门禁权限组的用户 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/acs-v1/user/get ;
Exceptionpublic GetUserResp get(GetUserReq req) throws Exception
只能获取已加入智能门禁权限组的用户 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/acs-v1/user/get ;
Exceptionpublic ListUserResp list(ListUserReq req, RequestOptions reqOptions) throws Exception
只能获取已加入智能门禁权限组的用户。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/acs-v1/user/list ;
Exceptionpublic ListUserResp list(ListUserReq req) throws Exception
只能获取已加入智能门禁权限组的用户。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/acs-v1/user/list ;
Exceptionpublic PatchUserResp patch(PatchUserReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/acs-v1/user/patch ;
Exceptionpublic PatchUserResp patch(PatchUserReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/acs-v1/user/patch ;
ExceptionCopyright © 2025. All rights reserved.