# User Management
source: https://developer.mastercard.com/riskrecon-api/documentation/use-cases/user/index.md

You can use the [Users API](https://developer.mastercard.com/riskrecon-api/documentation/getting-started/index.md#user) to retrieve details of the users who have access to your portals and track their login activities. RiskRecon automatically marks users as inactive if they have not logged in more than 90 days.

Having this information helps you to track idle or dormant user accounts. Auditing user activity maintains your cyber-security hygiene from threats arising due to malicious or unintentional use of such inactive accounts.

The following endpoint is available in the `Users API` to help you to retrieve all the user data of your organization:

|     API     |       Endpoint        |                                                           Use Case                                                            |
|-------------|-----------------------|-------------------------------------------------------------------------------------------------------------------------------|
| `Users API` | `GET User Management` | [Retrieve User Data](https://developer.mastercard.com/riskrecon-api/documentation/use-cases/user/retrieve-user-data/index.md) |

