Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 502 Bytes

File metadata and controls

24 lines (18 loc) · 502 Bytes

创建用户

请求方式 post 请求参数 'cn'姓名,'department'学院,'description'学号,'physicalDeliveryOfficeName'班级,'sAMAccountName'账号 password 'userPrincipalName'

启用用户

请求方式 post 请求参数 user_dn cn

查询用户

请求方式 post,get 请求参数 sAMAccountName

删除用户

请求方式 post 请求参数 user_dn

修改密码

请求方式 post 请求参数 newpassword,user_dn

获取所有用户信息

请求方式 get

关闭服务 crtl+c