Get info about the currently logged in user. Return an object with user details
OK
Unauthorized request. Make sure token was included and is valid and try again.
curl -i -X GET \ http://localhost:8081/user-service/v1/user/whoami
{- "username": "string",
- "authorities": [
- "string"
], - "authenticator": "string",
- "orgId": "string",
- "usingMfa": true,
- "lastName": "string",
- "firstName": "string",
- "email": "string",
- "isSsoUser": false,
- "forcePasswordChange": false,
- "timeZone": "string",
- "locale": "string",
- "credentialsExpired": false,
- "primaryPhone": "string",
- "primaryPhoneCountryCode": "string",
- "primaryPhoneExtension": "string"
}