Previous Topic: Update CA AuthMinder-Specific ConfigurationsNext Topic: View the Status of the Bulk Data Upload Request


Uploading Users and User Accounts in Bulk

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

Upload Users in Bulk

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

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

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.

PHONE.2

The optional phone number of the user.

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

Upload 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#

Important! The preceding first (template) line is always required. If you do not specify this line, then the bulk user account upload operation fails.

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.

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.

Only three account ID attributes are supported.

customAttr1

Custom attribute for the user.

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

Follow these steps:

  1. Click the Organizations tab.
  2. Under the Manage Organizations section, click the Search Organization link to display the Search Organization page.
  3. Enter the complete or partial information of the organization you want to search for and click Search.

    A list of organizations matching the search criteria appears.

  4. Select the organization to which you want to upload users and user accounts in bulk.
  5. Under the Basic Organization Information section, click the Bulk Upload link to display the Bulk Data Upload page.
  6. 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 containing the user account or user entries.
    3. Provide a Description for the operation.
  7. Click Upload to upload user accounts or users in bulk.

    After the operation completes, you will see a Request ID in the message.

    Important! Note down the Request ID. You use it to view the status of the bulk data upload operation. Typically, bulk upload operations are not triggered immediately and may take up to 10 minutes to start. The RequestID for each operation is displayed as a link. You can click the link to view the status result page.