{}
curl --location --request GET 'http://127.0.0.1/user/listbypage?access_token=6ed1bxxx&department_id=1&offset=1&size=1' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "errcode": 0, "errmsg": "string", "hasMore": true, "userlist": [ { "userid": "string", "order": 0, "unionid": "string", "mobile": "string", "tel": "string", "workPlace": "string", "remark": "string", "isAdmin": true, "isBoss": true, "isHide": true, "isLeader": true, "name": "string", "active": true, "department": [ 0 ], "position": "string", "email": "string", "orgEmail": "string", "avatar": "string", "jobnumber": "string", "hiredDate": "string", "extattr": "string" } ] }