# Bulk Operations

Perform batch actions on multiple users at once, saving time when managing large numbers of users.

## Available Operations

* **Bulk Activate** — Enable multiple suspended or inactive users
* **Bulk Suspend** — Temporarily disable access for multiple users
* **Bulk Delete** — Permanently remove multiple user accounts
* **CSV Import** — Import users from a CSV file
* **CSV Export** — Export user data to CSV

## Using Bulk Operations

1. Navigate to **User Management > Bulk Operations**
2. Select the operation type
3. Upload a CSV file or select users
4. Review the preview
5. Confirm and execute

## CSV Import Format

When importing users via CSV, your file should include:

* Email address (required)
* First name
* Last name
* Role
* Organization

Download a template from the Bulk Operations page to see the exact format.

## Operation History

All bulk operations are logged with:

* Operation type
* Number of users affected
* Who initiated it
* Timestamp
* Success/failure count


---

# 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://accessiq.gitbook.io/accessiq-docs/managing-users/bulk-operations.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.
