{ "cursor": 0, "contain_access_limit": false, "size": 10, "order_field": "modify_desc", "language": "zh_CN", "dept_id": "1" }
curl --location --request POST '/topapi/user/listsimple?access_token=be3Fxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "cursor": 0, "contain_access_limit": false, "size": 10, "order_field": "modify_desc", "language": "zh_CN", "dept_id": "1" }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "has_more": true, "next_cursor": 0, "list": [ { "userid": "string", "name": "string" } ] } }