拥有此API的权限集 |
---|
打卡管理-查询打卡信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.ofs.user.info/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token" : "xe_xxxxx",
"user_id": [
"u_1h2J3u4H5f_1a2b3C4d5C",
"u_1h2J3u4H5f_1a2b3C4d5C"
]
}'
{
"code": 0,
"msg": "success",
"data": [
{
"user_id": "u_1h2J3u4H5f_1a2b3C4d5C",
"name": "手机尾号1234用户",
"account": "xxxx",
"password": "xxxx",
"nickname": "xxxxxx",
"avatar": "https://xxx.cos.ap-shanghai.myqcloud.com/aaa/default.svg",
"mobile": "123456789",
"job": "后端开发",
"email": "",
"gender": 0,
"state": 0,
"groups": [
"g_app123456789"
],
"auth_at": "",
"created_at": ""
},
{
"user_id": "u_1h2J3u4H5f_1a2b3C4d5C",
"name": "junior",
"avatar": "https://xxxx.cos.ap-shanghai.myqcloud.com/aaa/default.svg",
"mobile": "123456789",
"job": "人力资源",
"email": "junior@xxx.com",
"groups": null,
"state": 0,
"auth_at": "",
"created_at": ""
}
]
}