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