# Logged In User Details Returns the details of logged in user. Endpoint: GET /access/users/me Version: 1.10.9 Security: bearerToken ## Response 200 fields (application/json): - `username` (string) The name of the user. Example: "Raj" - `emailAddress` (string) The email address of the user. Example: "connectm1@mailinator.com" - `owningEntity` (string) Owning entity of the user. Example: "CSUS" - `defaultLanguage` (string) user default language. Example: "EN" - `primaryContact` (object) - `primaryContact.title` (string) Title of the user primary contact. - `primaryContact.firstName` (string) First name of the user primary contact. - `primaryContact.surname` (string) Surname of the user primary contact. - `ietfLanguage` (string) user default language. Example: "en-GB" - `countryCode` (string) country code of the user. Example: "en-GB" - `isActive` (string) status of the user. Example: "true" - `correlationId` (string) A unique ID assigned to this request. Example: "23921650-c073-11ea-860f-06bc8182190e" ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected