Skip to main content

Import Groups

When you have group data from an application not connected to EmpowerID, you can import that data using delimited flat files. This approach uses a tracking-only account store to represent the application in EmpowerID, allowing you to manage and audit the group data without creating a full connector.

Import Workflows

EmpowerID provides two workflows for importing group data:

  • Create Groups from File – Imports groups from a delimited file
  • Create Group Accounts from File – Imports group memberships from a delimited file

Each workflow reads the uploaded file and creates the corresponding objects in the specified tracking-only account store. If matching groups or memberships already exist, the workflow ignores those records to prevent duplicates.

info

Changes made to imported groups in EmpowerID are not reflected in the source application. To keep data synchronized, make corresponding changes in both systems.

Prerequisites

Before importing groups:

  1. Create a tracking-only account store for the application containing the group data. See Creating Tracking-Only Applications.

  2. Prepare delimited flat files with the following data:

    • One file for groups
    • One file for group memberships
  3. Ensure required fields are present in each file:

    Group file fields:

    • Name
    • LogonName
    • FriendlyName

    Group membership file fields:

    • AccountLogonName
    • GroupLogonName
    note

    Field names in the flat files don't need to match these exactly—they must be mappable to these EmpowerID fields during import. Additional fields can be included and mapped if corresponding EmpowerID fields exist.

Import Groups

  1. On the navbar, expand Single Sign-On and select Applications.

  2. Search for the tracking-only application and click its Display Name link. Application search results The Application View One page opens. Application View One page

  3. Select the Identities tab.

  4. Expand the Application Groups (In Account Store or Linked Group) accordion. Application Groups accordion

  5. Click Import Groups From CSV. The Create Groups From File workflow opens. Create Groups From File workflow

  6. In the Delimiter field, enter the field delimiter used in your file (comma is the default).

  7. Click Browse and select the file containing your groups. After selection, the button displays "File Selected" and the Load CSV button activates.

  8. Click Load CSV. Load CSV button after file selection The form displays the file data with column headers above dropdowns and records in the grid. CSV data loaded into workflow form

  9. Map the required fields from your file to EmpowerID fields:

    • Name
    • LogonName
    • FriendlyName

    To map a field, type the field name in the dropdown and click to select it.

  10. Map additional fields as needed.

    tip

    If your column headers already match the required EmpowerID field names, the workflow maps them automatically. Fields without corresponding EmpowerID fields are ignored.

  11. Click Submit.

  12. After import completes, click the Search button in the Application Groups accordion to view the imported groups. Imported groups displayed in accordion

Import Group Memberships

  1. On the navbar, expand Single Sign-On and select Applications.
  2. Search for the tracking-only application and click the record.
  3. Expand the Application Groups (In Account Store or Linked Group) accordion. Application Groups accordion
  4. Click Import Group Members From CSV. The Create Group Accounts From File workflow opens. Create Group Accounts From File workflow
  5. In the Delimiter field, enter the field delimiter used in your file (comma is the default).
  6. Click Browse and select the file containing your group memberships.
  7. Click Load CSV. Load CSV button for group memberships The form displays the file data. Group membership data loaded
  8. Map the required fields:
    • Account_LogonName – User account login name
    • Group_LogonName – Group login name
  9. Click Submit.

Results

After importing groups:

  • Groups are created in the tracking-only account store
  • The groups appear in EmpowerID for management and auditing
  • Imported groups are visible in the Application Groups accordion

After importing group memberships:

  • User accounts are added as members of the specified groups
  • Memberships are visible in each group's Group Members accordion
  • The memberships can be managed like any other group membership in EmpowerID

To verify group membership, use Global Search to locate a group and expand its Group Members accordion.

Group Members accordion showing imported members