Get the user settings for the active user

Returns the user settings for the active user.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Response

The account document for the logged in user.
provenancestring
AAA provider where account originated
usernamestring
Username for account
firstnamestring
The user's first name
memberOflist of objects
Groups which this account is a part of
assignedRoleslist of objects
Roles assigned to this account
inactiveboolean
Setting for whether account is active or not
gitTokensobject
Tokens used when interacting with Git APIs and features
lastLoginstringOptional
Date and time when the user last logged in
ssobooleanOptional
Whether this is an SSO user
nameIDstringOptional

DEPRECATED: Identifier for SSO account.

_metaobjectOptional
emailstringOptional
Email for user
isServiceAccountbooleanOptional
Value denoting if an account does not reflect a human user
loggedInbooleanOptional
Property used in the getAccounts API to indicate a user is currently logged in

Errors

500
Internal Server Error