# Monitoring User Details You would use this endpoint to retrieve the user details related to the Global Monitoring product, such as the user's information. Endpoint: GET /monitoring/user/details Version: 1.10.9 Security: bearerToken ## Response 200 fields (application/json): - `countryCode` (string) The ISO/Alpha 2 format country code for the user's country. Example: "US" - `createdDate` (string) The date that the Global Monitoring user account was created. Example: "2020-01-01T00:00:00" - `csCustomerId` (number) The unique identifier for the user's customer account, used across the Creditsafe product suite. Example: 101662701 - `csUserId` (number) The unique identifier for the user's account, used across the Creditsafe product suite. Example: 101445010 - `isAutoTracker` (boolean) If auto-tracker is enabled, any companies that you pull a credit report for are automatically added to the portfolio that you have selected as default. - `languageCode` (string) The language code for the user's preferred language. Example: "en" - `lastAccessDate` (string,null) The date the the user last accessed the Global Monitoring product. Example: "2020-02-01T14:30:00" - `modifiedDate` (string,null) The date that the user's details were last modified. Example: "2020-02-01T14:30:00" - `contractEndDate` (string,null) The date that the user's contract is currently set to expire. From this date onward, the user will be unable to access to Global Monitoring product. Example: "2021-01-01T00:00:00" - `userId` (number) The internal identifier used to reference the user's account through the Global Monitoring product. Example: 10804 ## 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