Import grid cards

Use the Import Grid Cards bulk operation to import grid cards and associate their contents with users or add them as unassigned grid cards. You also assign grid cards. This section provides details to import grid cards in bulk. See Bulk assign authenticators for more information on bulk assigning grid cards.

CSV file format

The following is a sample CSV file to help you get started:

Card #,serialNumber,userId,state,A1,B1,C1,D1,E1,F1,G1,H1,I1,J1
1,12345,user1,active,5F,NN,44,67,HC,3X,D9,67,D3,98

Download a sample file:

For assigned grid cards: BulkImportGridsAssignedSample.csv

For unassigned grid cards: BulkImportGridsUnassignedSample.csv

Import grid cards

       When importing grid cards in bulk, you can upload the following files:

  A CSV file that includes Card #, serialNumber, userID, and state columns followed by the row-column indicator for each row and column.

  The column order is mandatory. They must be in this order: Card #, serialNumber, userID, state followed by grid card contents. See the following example:

  If a userID is not specified, the bulk operation associates the grid card to the user or adds unassigned grid cards.

  Identity as a Service supports the following grid card states:

       ACTIVE

       INACTIVE

       UNASSIGNED

       PENDING

       CANCELED

If not specified, the default state is PENDING.

Note: The state column is not case-sensitive. For example, Active, active, and ACTIVE is recognized.

       When importing unassigned grid cards, the state column is ignored.

       If an existing unassigned grid card serial number exists for the one being imported and the grid card is being associated with a user, the import will take place if the grid contents is the same.

       Entrust Identity Enterprise grid card states can be used when importing grid cards into Identity as a Service. The Identity as a Service import grid operation converts the grid card state as follows:

Entrust IdentityGuard State

Identity as a Service State

CURRENT ACTIVE
HOLD INACTIVE
HOLD PENDING INACTIVE
PENDING PENDING
CANCELED CANCELED

       When importing grid cards with a state value of ACTIVE, INACTIVE, CURRENT, or HOLD, the last used date is set to the current date to identify the card as being previously used.

Grid card attributes

The following table summarizes supported Identity as a Service grid card import attributes.

Table: Grid card import attributes

Attribute

Header Value

Required

Card #

Card #

no

Serial Number

serialNumber

yes

User ID

userId

no

State

state

no

Default value is PENDING if userId is specific, otherwise the state is not used and the grid card is loaded as unassigned.

Bulk import grid cards

How to bulk import grid cards