批量获取人员/部门/群组信息 | |
请求地址: | https://oapi.i8xiaoshi.com/community/getentityinfo |
返回格式: | JSON |
授权模式: | clientcredentials(客户端模式) |
请求方式: | POST |
HTTP Headers | |
Content-Type: | application/json |
Authorization: | 有效访问令牌(access_token) |
提交参数 | |||
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
userIDs | Array | true | 账号ID号列表 |
orgIDs | Array | true | 组织机构ID号列表 |
grpIDs | Array | true | 群组ID号列表 |
返回结果 |
{"status": "状态码",
"ReturnObject":{"type":"org/grp/user", "id":"对象Id", "name":"显示名称", "display_name":"全路径名称", "img":"头像信息"},
"Description":"结果描述"} |
备注 |
暂无 |