# Bulk user account export

**Strengths**

1. **Clarity and Precision**: The document clearly outlines how the Bulk User Account Export service functions, including which user data is aggregated and transmitted.
2. **Security Emphasis**: Emphasizes the importance of encryption and data protection, which is crucial for user trust.
3. **Detailed Trigger Points**: Lists specific trigger points for when user data gets exported, providing transparency and thoroughness.

**Weaknesses**

1. **Context Gap**: Lacks detailed explanations about some trigger points like "HGOP2" which may be unclear to readers.
2. **No Practical Example**: Could benefit from a practical example or use-case scenario to better illustrate the service.
3. **Visual Description**: Descriptions of the service might benefit from accompanying visual aids or diagrams for better understanding (beyond the image).

***

**Note**: Adding a detailed explanation for each trigger point and practical examples would enhance the document's usability and reader comprehension.

The Bulk User Account Export service streamlines the management of multiple user accounts by aggregating the necessary user data into a single export operation. Whether updating through account reviews, checkouts, customer service interactions, or various user management services, this feature ensures the secure transmission of all authenticated user information to the client. The service prioritizes the encryption of sensitive information, maintaining the highest standards of data protection for users signed into any Digital River-hosted site.

When updates occur via the following trigger points, it sends it to the client:

* My account/Reviews
* Checkout
* Customer Service
* HGOP2
* Shopping Cart Service
* User Account
  * User Management Service
  * Remote User management/Single-sign on
  * Bulk User Management Service

The Bulk User Account Export service sends only authenticated user information to the client and encrypts sensitive information. Authenticated users have signed into a Digital River-hosted site that uses authentication.

![Bulk User Account Export service](https://files.readme.io/8eea6e9-Bulk_User_Account.png)

## Bulk user account export service schemas

The Bulk User Account Export service schemas facilitate securely transmitting authenticated user information from Digital River-hosted sites to clients. These schemas ensure that sensitive data is encrypted and sent efficiently. Below is a table summarizing the available versions, their schema components, and raw schema links for the Bulk User Account Export service.

| Version      | Schema Components Table                                                                 | Raw Schema                                                                  | Sample XML    |
| ------------ | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------------- |
| 26 (Current) | [View](https://drhadmin.digitalriver.com/integration/isg/schematable/UserManagement/26) | [View](https://drhadmin.digitalriver.com/integration/xsd/UserManagement/26) | Not available |
| 25           | [View](https://drhadmin.digitalriver.com/integration/isg/schematable/UserManagement/25) | [View](https://drhadmin.digitalriver.com/integration/xsd/UserManagement/25) | Not available |
| 24           | [View](https://drhadmin.digitalriver.com/integration/isg/schematable/UserManagement/24) | [View](https://drhadmin.digitalriver.com/integration/xsd/UserManagement/24) | Not available |


---

# 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://docs.digitalriver.com/commerce-api/shopper-apis/shoppers/managing-shoppers/bulk-user-account-export-service.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.
