How to Deactivate Users
This guide explains the steps to deactivate a user account in our system. Deactivating a user prevents them from logging in and accessing the platform, while preserving their data for future reference or reactivation.
When to Deactivate a User
- An employee has left the company.
- An account is no longer needed for operational reasons.
- Suspected unauthorized activity requires immediate access revocation.
Steps to Deactivate a User
Log in to your administrator dashboard. From the main menu, select 'Users' and then 'Manage Users'.
Use the search bar or filter options to find the specific user you wish to deactivate. You can search by username, email address, or full name.
Once you have found the user, click on their name or the 'Actions' button associated with their profile. This will reveal a dropdown menu of available actions.
From the actions menu, choose the 'Deactivate' option. A confirmation prompt will appear.
// Example of user action interface (conceptual)
// Clicking "Deactivate" button triggers a modal.
// [User List] -> [Click User] -> [Actions] -> [Deactivate]
Read the confirmation message carefully. It will explain the implications of deactivation. Click 'Confirm' or 'Deactivate' to proceed. The user's status will change to 'Inactive'.
Reactivating a User
If you need to reactivate a user in the future, follow the same steps. Instead of 'Deactivate', you will find an 'Activate' option available for inactive users.
For bulk deactivation or advanced user management scenarios, please refer to our API documentation or contact support.
Deactivate Selected Users