{
"filter": "string",
"permissions": [
"string"
],
"role": 0,
"onlyLockedUsers": true,
"sorting": "string",
"maxResultCount": 1,
"skipCount": 0
}
curl --location --request POST '/api/services/app/User/GetUsers' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": "string",
"permissions": [
"string"
],
"role": 0,
"onlyLockedUsers": true,
"sorting": "string",
"maxResultCount": 1,
"skipCount": 0
}'
{
"totalCount": 0,
"items": [
{
"name": "string",
"surname": "string",
"userName": "string",
"emailAddress": "string",
"lockoutEndDateUtc": "2019-08-24T14:15:22Z",
"phoneNumber": "string",
"profilePictureId": "ef3a966e-48f9-4bec-8533-bd4f04ef8141",
"isEmailConfirmed": true,
"roles": [
{
"roleId": 0,
"roleName": "string"
}
],
"isActive": true,
"creationTime": "2019-08-24T14:15:22Z",
"id": 0
}
]
}