user
Return the current user.
Requires elevated authentication.
get/current/user
Response
Ok
Example response
{
"admin": true,
"createdAt": "2019-01-01T00:00:00Z",
"id": 25,
"name": "unicorn"
}Requires elevated authentication.
Ok
{
"admin": true,
"createdAt": "2019-01-01T00:00:00Z",
"id": 25,
"name": "unicorn"
}