Get an individual account
Returns an individual account.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
accountId
The id for the requested account.
Response
The individual account document.
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