简要说明
请求URL
https://sso-cas.gridsumdissector.com/api/v2/ldap/group
请求方式
请求头
Key |
Value |
Content-Type |
application/json |
请求体参数
名称 |
必选 |
类型 |
说明 |
loginEmail |
是 |
string |
要查询的账户登录名 |
返回示例
{
"errorCode": 0,
"data": [
{
"objectSit": "S-1-5-21-2237518646-1729709243-672843139-5988",
"name": "ssohelp",
"info": "ssohelp"
},
{
"objectSit": "S-1-5-21-2237518646-1729709243-672843139-5918",
"name": "ssousers",
"info": "ssousers"
},
{
"objectSit": "S-1-5-21-2237518646-1729709243-672843139-1238",
"name": "Tech",
"info": "技术部门域组,Sharepoint上会用到"
}
],
"message": "Success"
}
备注