Bulk user management

Learn how to use the bulk user management service.

The Bulk User Management service provides a batch interface that third-party applications and any other processes can use to manage Digital River-hosted user information in bulk form. Use this service to add, modify, or remove multiple users.

Bulk user management service details

Third-party applications and any other processes can use a batch interface for the Bulk User Management service to manage Digital River-hosted user information in bulk form.

A few points to remember:

  • BulkUserManagement performs a secure operation. Each operation requires a loginID and password before file processing begins.

  • For optimal performance, a Bulk User Management file should not exceed 10,000 records per file.

  • You must configure Bulk User Management per site.

Supported Bulk User Management tasks include:

  • Activate users—Activate the existing users.

  • Inactivate users—Inactivate the existing active users.

  • Reset user password—Resets a user's password.

  • Get user information—Get information about the Digital River-hosted shoppers.

  • Add or update users—Add new users to or update existing users in the Digital River system. See Add users and Update users for more information.

  • Cancel subscriptions—Deactivate subscriptions for requisitions received in a request.

  • Activate subscriptions—Activate subscriptions for requisitions received in a request.

  • Modify the renewal date of subscriptions—Modify the renewal date of subscriptions. The subscriptions will be set to expire on the requested renewal date as passed in by the client. The renewal reminder notification will be sent to the shopper "n" (n=3, 4, or 5) days before the expiration date of the subscription. This "n" days prior renewal reminder will be set as a product-level attribute.

Note: You can send this call at any time. It has no restrictions other than you cannot set the renewal date earlier than the current date and make a call for a canceled or returned line item.

  • Modify renewal mechanism for a subscription (manual or auto)—Modify the subscription renewal process. The valid values are as follows:

    • Auto—Converts a subscription to auto-renewal.

    • Manual—Converts a subscription to manual renewal.

    • Inactive—Converts a subscription to inactive.

  • Cancel users' orders—Cancel the users' orders for the requisition or line item received in the request.

Note: You must supply the shopperKey for all Bulk User Management tasks.

Add users

The following table displays the minimum required fields when adding users.

Parent ElementChild and Grand-Child Elements

shopperKey

  • companyId

  • loginId

  • siteId

billingOptionToBeAddedOrUpdated

  • nickName

  • isDefault

  • billingOptionType

billingOptionToBeAddedOrUpdated

  • nickName

  • isDefault

  • address

    • city

    • countryA2

    • country

    • countryName

    • line1

    • postalCode

Note: The addressId is not required. The system generates the addressId for the new shopper.

Update users

The following table displays the minimum required fields when updating users.

Parent ElementChild and Grand-Child Elements

shopperKey

userId OR

(externalReferenceId AND siteId) OR

(externalReferenceId AND companyId) OR

(loginId AND siteId)

billingOptionToBeAddedOrUpdated

key

  • billingOptionId

nickName

isDefault

billingOptionType

billingOptionToBeDeleted

billingOptionID

addressBookEntiresToBeAddedOrUpdated

key

  • addressBookEntryID

nickName isDefaullt address

addressBookEntriesToBeDeleted

addressBookEntryID

Bulk user management service schemas

VersionSchema Components TableRaw SchemaSample XML

7 (Current)

6

5

Last updated