{
"unPage": false,
"pageNumber": 1,
"sorting": "",
"sortingDirection": "",
"name": "",
"tenantId": "",
"pageSize": 10,
"userName": ""
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/user/list' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"unPage": false,
"pageNumber": 1,
"sorting": "",
"sortingDirection": "",
"name": "",
"tenantId": "",
"pageSize": 10,
"userName": ""
}'
{
"totalCount": 0,
"items": [
{
"secretKey": "",
"phone": "",
"accessKey": "",
"name": "",
"pwd": "",
"userName": "",
"type": "",
"email": "",
"faceImage": "",
"roles": [
{
"roleCode": "string",
"roleName": "string",
"assigned": true
}
]
}
]
}