> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/health/v2.0/deploy/configuration/microplan-service-configuration/microplan-web-service-configuration/user-management/download-user-credentials.md).

# Download User Credentials

## Overview

The **Download User Data** screen allows administrators to download user details and credentials generated through the **Bulk User Creation** process.

Files are available in `.xlsx` format and include login credentials for successfully created users.

## Steps

### Step 1: Access the Download User Data Screen

* Log in as **MICROPLAN\_ADMIN**.
* Navigate to **User Management**.
* Click on **Download User Data**.

You will see a list of uploaded and processed bulk user files related to the microplan.

<figure><img src="https://3976166735-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmb5VUHEnO0msarLMPz6q%2Fuploads%2FAlSxFSqW5Lx4ulEdWXJs%2Fimage.png?alt=media&amp;token=56664a05-2b25-4070-a255-fd23e052e924" alt=""><figcaption></figcaption></figure>

### Step 2: View Available Files

The system automatically:

* Fetches all uploaded files associated with the microplan.
* Filters files that:
  * Were created via bulk upload
  * Belongs to the microplan source

Each file entry displays:

* File name
* Status
* Download option (if eligible)

### Step 3: Check File Status

Before downloading, verify the file status.

#### Download Allowed:

* Status = **Completed**

#### Download Not Allowed:

* Status = **Invalid**

If a file status is **Invalid**, it means:

* The upload failed validation.
* Credentials were not generated.
* The file cannot be downloaded.

### Step 4: Download the File

To download credentials:

* Locate the file with the **Completed** status.
* Click the **Download** button next to the file.
* The system retrieves the processed file.
* The file downloads in `.xlsx` format.

Each file has its own dedicated download button.

### Step 4: Download the File

To download credentials:

* Locate the file with the **Completed** status.
* Click the **Download** button next to the file.
* The system retrieves the processed file. The `/project-factory/v1/data/_search` API returns all files uploaded for the microplan.
* The file downloads in `.xlsx` format.

When the download button is clicked, the system uses the file’s `processedFilestoreId` to download the file.

```
Digit.Utils.campaign.downloadExcelWithCustomName({ fileStoreId: item?.processedFilestoreId, customName: String(fileName) });
```

Each file has its own dedicated download button.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digit.org/health/v2.0/deploy/configuration/microplan-service-configuration/microplan-web-service-configuration/user-management/download-user-credentials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
