Get the user profile for the active user
Returns the user profile for the active user.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
username
The exact username for the logged in user
Response
The account document for the logged in user.
provenance
AAA provider where account originated
username
Username for account
firstname
The user's first name
memberOf
Groups which this account is a part of
assignedRoles
Roles assigned to this account
inactive
Setting for whether account is active or not
gitTokens
Tokens used when interacting with Git APIs and features
lastLogin
Date and time when the user last logged in
sso
Whether this is an SSO user
nameID
DEPRECATED: Identifier for SSO account.
_meta
email
Email for user
isServiceAccount
Value denoting if an account does not reflect a human user
loggedIn
Property used in the getAccounts API to indicate a user is currently logged in
Errors
500
Internal Server Error