拥有此API的权限集 |
---|
打卡管理-查询打卡信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.ofs.user_list.get/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"groups": "g_appxxxxxx",
"page_index ": 1,
"page_size ": 3
}'
{
"code": 0,
"msg": "success",
"data": {
"list": [
{
"user_id": "u_xxxxxx",
"name": "123",
"account": "xxxxx",
"password": "",
"nickname": "xxx",
"avatar": "xxxx",
"mobile": "xxxx",
"job": "xxx",
"email": "xxx@xx.com",
"gender": 1,
"state": 1,
"groups": [
"colin"
],
"auth_at": "2021-05-18 17:41:34",
"created_at": "2021-05-18 17:41:34"
}
],
"page": {
"page_index": 2,
"page_size": 1,
"page_total": 2
}
}
}