# Bulk User Actions

This feature allows administrators to perform multiple user management tasks simultaneously, streamlining the process of managing a large number of user accounts. The following actions can be performed in bulk, namely:

* Lock User
* Unlock User
* Activate User
* Deactivate User
* Delete User

**Lock User:** This action disables a user's access to all services and applications without deleting their account. A locked user cannot log in until their account is unlocked.

<figure><img src="/files/uru4UOBSIWuitvY5PTWQ" alt=""><figcaption></figcaption></figure>

**Unlock User:** This action restores a user's access to their account, allowing them to log in and access services.

<figure><img src="/files/vkwtwOnsP7MItuccth52" alt=""><figcaption></figcaption></figure>

**Activate User**: This action makes a user account active, allowing the user to access services. This is typically used for newly created accounts or accounts that were previously deactivated.

<figure><img src="/files/BXbb3QVpsZ4FgmAAaLD3" alt=""><figcaption></figcaption></figure>

**Deactivate User**: This action temporarily suspends a user's account, preventing them from logging in or accessing any services. The account and its data are retained and can be reactivated later.

<figure><img src="/files/3QAuqr7MqabDdor8Dfpu" alt=""><figcaption></figcaption></figure>

**Delete User:** This action permanently removes a user account and all associated data from the system. This action is irreversible.

<figure><img src="/files/D7lsuT2M0YK5FZXgB6uP" alt=""><figcaption></figcaption></figure>

#### Bulk Group Assignment

This feature allows administrators to assign multiple users to a local group in a single operation. The process is a two-step workflow to ensure accuracy and prevent accidental changes.

**Step 1: Review User Selection**

* The administrator selects a group of users to be assigned to a specific local group.
* A review screen is presented, displaying a list of the selected users.
* The administrator can add or remove users from this list before proceeding.

<div align="left"><figure><img src="/files/5REZkZf7f7eIo5XQaeyl" alt=""><figcaption></figcaption></figure></div>

**Step 2: Finalize Assignment**

* The administrator confirms the final list of users to be assigned to the group.
* The system then performs the assignment action for all users on the finalized list.
* A confirmation or action summary is typically displayed, showing the status of the bulk assignment.

**Bulk Action Dashboard**

A dedicated dashboard provides a summary of all recent bulk actions. This dashboard allows administrators to review:

* The type of action performed (e.g., "Lock User," "Assign Local Group").
* The total number of users affected by the action.
* The status of the action (e.g., "Completed," "In Progress," "Failed").
* A detailed log of each user's outcome, including any errors that may have occurred.

This dashboard provides a transparent overview of all bulk operations, ensuring accountability and easy troubleshooting.

<figure><img src="/files/mfeikk75MuzP1jOnrLXv" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cymmetri.io/identity-hub/managing-users-and-groups/bulk-user-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
