{
"tenantId": 0,
"excludeCurrentUser": true,
"maxResultCount": 1,
"skipCount": 0,
"filter": "string"
}
curl --location --request POST '/api/services/app/CommonLookup/FindUsers' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantId": 0,
"excludeCurrentUser": true,
"maxResultCount": 1,
"skipCount": 0,
"filter": "string"
}'
{
"totalCount": 0,
"items": [
{
"name": "string",
"value": "string"
}
]
}