litmus-docs/website/docs/user-guides/deactivate-user.md

32 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: deactivate-user
title: Deactivate a user
sidebar_label: Deactivate user
---
---
The Account of a created user can be deactivated, if required. Once the user is deactivated, the user wont be able to log in or access any of the APIs. Along with this, the user's project where they have Owner permission will also get deactivated and everyone who is a member of that project will lose access to it. The admin user can also reactivate the account of a deactivated user. Once the user is reactivated, all of their data will get restored.
## 1. Locate and deactivate the user
In the user management tab, locate the user account that you'd like to deactivate and click on the horizontal options icon.
<img src={require('../assets/user-guides/user-management/deactivate-user/step-1.png').default} />
## 2. Confirm the deactivation
On clicking on the **Disable User** option, a confirmation prompt will pop up, click on the **Confirm** button in order to disable the user.
<img src={require('../assets/user-guides/user-management/deactivate-user/step-2.png').default} />
## 3. Re-activate a user (Optional step)
Similarly, the admin user can re-activate the user from the same drop-down menu as shown:
<img src={require('../assets/user-guides/user-management/deactivate-user/step-3.png').default} />
## Learn more
- [View users](view-user.md)