{
"token": "string",
"userPropertyType": 0
}curl --location --request POST '/public-api/user/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"userPropertyType": 0
}'{
"result": "ok",
"response": [
{
"id": 760,
"uId": "m5b7407230a3a4fda87b8f6b",
"name": "王某某",
"mobile": "135xxxxxxxx",
"email": "wmm@guandata.com",
"loginId": "wmm@guandata.com",
"domId": "testing",
"role": [
"admin"
],
"config": {
"theme": "LIGHT",
"locale": "zh-CN",
"userProperties": {
"feishu": "子公司111",
"gender": ""
},
"userGuideVersion": "6.6.0"
},
"lastLoginTime": "2023-05-16 15:15:31+0800",
"enabled": true,
"ctime": "2019-08-08 15:54:20+0800",
"isDel": false
}
]
}