user
Get a user.
Requires elevated authentication.
get/user/{id}
Path parameters
idinteger required
the user id
Response
Ok
Example response
{
"admin": true,
"createdAt": "2019-01-01T00:00:00Z",
"id": 25,
"name": "unicorn"
}Requires elevated authentication.
the user id
Ok
{
"admin": true,
"createdAt": "2019-01-01T00:00:00Z",
"id": 25,
"name": "unicorn"
}