Get the authorization data for the logged in user
Returns the authorization data for the logged in user.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
roles
roles
Allowed values:
Response
Authorization data for a user
id
String representation of a MongoDB ObjectId
provenance
The name of the AAA adapter from which the user logged in
username
The username of the logged in user
firstname
The first name of the logged in user
groups
An array of groups which contain the logged in user
roles
Array of roles user has access to
roleNames
Array of role names that user has access to
routes
Array of routes logged in user has access to
methods
Map of service names and method names which the user has access to
Errors
500
Internal Server Error