You would use this endpoint to retrieve the user details related to the Global Monitoring product, such as the user's information.
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/monitoring/user/details
- Production serverhttps://connect.creditsafe.com/v1/monitoring/user/details
curl -i -X GET \
https://connect.sandbox.creditsafe.com/v1/monitoring/user/details \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'The date that the Global Monitoring user account was created.
The unique identifier for the user's customer account, used across the Creditsafe product suite.
The unique identifier for the user's account, used across the Creditsafe product suite.
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.
The date the the user last accessed the Global Monitoring product.
The date that the user's details were last modified.
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.
[ { "countryCode": "US", "createdDate": "2020-01-01T00:00:00", "csCustomerId": 101662701, "csUserId": 101445010, "isAutoTracker": false, "languageCode": "en", "lastAccessDate": "2020-02-01T14:30:00", "modifiedDate": "2020-02-01T14:30:00", "contractEndDate": "2021-01-01T00:00:00", "userId": 10804 } ]