Previous Topic: Updating RiskMinder-Specific ConfigurationsNext Topic: Viewing the Status of the Bulk Data Upload Request


Uploading Users and User Accounts in Bulk

RiskMinder now allows you to upload users and user accounts in bulk through Administration Console. You need a comma-separated value (CSV) input file to upload information for multiple users and user accounts.

Uploading Users in Bulk

The first line in the CSV input file to upload users must be as follows:

#UserID,fName,mName,lName,status,pam,pamURL,EmailAddr,telephoneNumber,INFOLIST#

Caution: The preceding first (template) line is always required. If you do not specify this line, then the bulk user upload operation will fail.

Note the following when you create the csv input file to upload users:

The entries in the file are described in the following table.

Entry

Description

UserID

The unique ID of the user.

fName

The first name of the user.

mName

The middle name of the user.

lName

The last name of the user.

status

The status of the user. Possible values are:

  • INITIAL
  • ACTIVE

pam

The personal authentication message

pamURL

The URL where the user’s personal authentication message image is available

EmailAddr

The contact email ID of the user.

telephoneNumber

The complete phone number of the user with the international code. For example, US phone numbers should start with 1.

INFOLIST

Additional information about the user. Values must be separated by semi-colons. For example:

age=25;favsport=cricket

A sample file, for example, can contain:

#UserID,fName,lName,status,EmailAddr,telephoneNumber,PHONE.2,INFOLIST#
mparker,martin,parker,ACTIVE,mparker@ca.com,12345,9999,age=29;favsport=cricket
jhume,john,hume,ACTIVE,jhume@ca.com,3939292,203939393,age=32;favbook=fiction
fantony,francis,antony,ACTIVE,fantony@ca.com,130203,29888,age=25;favfood=pizza#

Uploading User Accounts in Bulk

The first line in the CSV input file to upload user accounts must be as follows:

#UserID,accountType,accountID,status,accountIDAttribute1,accountIDAttribute2,accountIDAttribute3,customAttr1,customAttr2,customAttr3,customAttr4,customAttr5,customAttr6,customAttr7,customAttr8,customAttr9,customAttr10#

Caution: The preceding first (template) line is always required. If you do not specify this line, then the bulk user account upload operation will fail.

Note the following when you create the csv input file to upload user accounts:

The entries in the file are described in the following table.

Entry

Description

UserID

The unique ID of the user.

accountType

The account type associated with the accountID.

accountID

The alternate ID of the user.

status

The status of the account ID. Possible values are:

  • [0-9]: INITIAL
  • [10-19]: ACTIVE
  • [20-29]: INACTIVE

accountIDAttribute1

Attribute of the accountID.

You can provide up to a maximum of three account ID attributes.

customAttr1

Custom attribute for the user account.

A sample file, for example, can contain:

#UserID,accountType,accountID,status,accountIDAttribute1,accountIDAttribute2,accountIDAttribute3,customAttr1,customAttr2#
prush,ONLINE_BANKING,OB_ID1,10,login,password,image,chicago,music
jhume,SAVINGS,SA_ID1,10,interest,deposit,check,florida,soccer

To create multiple users and user accounts in the RiskMinder database:

  1. Ensure that you are logged in with the required privileges and scope to update the organization.
  2. Activate the Organizations tab.
  3. Under the Manage Organizations section, click the Search Organization link to display the Search Organization page.
  4. Enter the complete or partial information of the organization you want to search and click Search.

    A list of organizations matching the search criteria appears.

  5. Select the organization to which you want to upload users and user accounts in bulk.
  6. Under the Basic Organization Information section, click the Bulk Upload link to display the Bulk Data Upload page.
  7. In the Bulk Upload section:
    1. Select Upload User Accounts or Upload Users from the Bulk Upload Operation drop-down list.
    2. Click Browse to navigate to the required csv file that contains the user account or user entries.
    3. Provide a Description for the operation.
  8. Click Upload to upload user accounts or users in bulk.
  9. After the operation completes, you will see a Request ID in the message.
  10. (IMPORTANT) Carefully note the Request ID.

    You will need it to view the status of the bulk data upload operation.