curl --location --request GET 'https://api.vereinsantrag.de/v1/auth/Users/'
{
"id": "string",
"userName": "string",
"email": "string",
"emailConfirmed": true,
"phoneNumber": "string",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEnabled": true,
"lockoutEnd": "2019-08-24T14:15:22Z",
"accessFailedCount": 0,
"firstname": "string",
"lastname": "string",
"roles": [
"ClubAdmin"
],
"roleNames": [
"string"
],
"roleDisplayNames": [
"string"
],
"hasPassword": true
}