users
Inspect the current user user
Retrieve details about the current user. User passwords are filtered out, and should never be accessible. Access policy: authenticated
get/users/me
Response
Success
Example response
{
"Id": 1,
"ThemeSettings": {
"color": "dark"
},
"TokenIssueAt": 1,
"UseCache": true,
"Username": "bob"
}