This commit is contained in:
laodaming
2023-11-24 14:11:06 +08:00
parent eb06aca1ae
commit eebdc0f384
4 changed files with 10 additions and 3 deletions

View File

@@ -309,6 +309,7 @@ type GetLdapOrganizationMembersItem {
//获取基础用户组中成员列表
type GetLdapUsersReq {
PageCookie string `form:"page_cookie,optional"` //下一页分页游标,传空/不传就是第一页
UserName string `form:"user_name,optional"` //用户名用于模糊搜索
}
type GetLdapUsersRsp {
List []GetLdapUsersItem `json:"list"`