{
"token": "string",
"userPropertyKey": "string",
"userPropertyValue": "string",
"enabled": "string",
"offset": "string",
"limit": "string"
}curl --location --request POST '/public-api/user/properties/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"userPropertyKey": "string",
"userPropertyValue": "string",
"enabled": "string",
"offset": "string",
"limit": "string"
}'{
"result": "string",
"response": {
"total": "string",
"offset": "string",
"limit": "string",
"list": [
{
" uId": "string",
"name": "string",
"mobile": "string",
"email": "string",
"loginId": "string",
"domId": "string",
"role": [
"string"
],
"enabled": true
}
]
}
}