{
"id": 123,
"login": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"activated": true,
"langKey": "<string>",
"imageUrl": "<string>",
"resetDate": "2023-11-07T05:31:56Z",
"tfaSecret": "<string>",
"fsManager": true,
"defaultPassword": true
}
{
"id": 123,
"login": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"activated": true,
"langKey": "<string>",
"imageUrl": "<string>",
"resetDate": "2023-11-07T05:31:56Z",
"tfaSecret": "<string>",
"fsManager": true,
"defaultPassword": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.