Bulk import identities
You can use a CSV file to bulk import identities into PingOne Advanced Identity Cloud. This is useful when you want to add a large number of identities to a role or assignment in a single operation.
Import identities in bulk
Before you begin:
You’ll need a CSV file containing the identity profiles you want
to import. The file must comply with this CSV template example:
CSV template example
{ "_id": "template", "header": "\"userName\",\"givenName\",\"sn\",\"mail\",\"description\",\"accountStatus\",\"telephoneNumber\", \"postalAddress\",\"address2\",\"city\",\"postalCode\",\"country\",\"stateProvince\",\"preferences/updates\", \"preferences/marketing\"" }
Be sure to use commas as separators. Any other separator may cause errors.
Learn more about generating this file in Import bulk data.
-
In the Advanced Identity Cloud admin UI, go to Identities > Import.
-
On the Import Identities page, click + New Import.
-
On the New Import dialog box, select the realm-target you want to import to.
Tell me more
The target can be any managed object such as a user, role, or assignment defined within a realm. For example, you could import ten user profiles to the Bravo realm - Roles target. The imported roles are added to the
bravo_role
managed object in Advanced Identity Cloud. -
Click Next.
-
(Optional) If you haven’t already generated a CSV file, click CSV Template. to download an example file.
If you use this file:
-
Replace the attributes in this file with attributes in your identity resource server.
-
Delete all unused attributes.
-
-
Enter the name of the CSV file to upload.
-
Choose a property Advanced Identity Cloud can use to match an entry in the CSV file to an identity profile in your realm-target.
Tell me more
For example, you could choose the username property. If username
bjensen
exists in your CSV file, Advanced Identity Cloud tries to verify that a user profile with the usernamebjensen
also exists in your tenant. If verified, then Advanced Identity Cloud updates the entirebjensen
user profile. If no match is found, then Advanced Identity Cloud creates a user profile forbjensen
. -
Click Next.
The Import Complete dialog box indicates real-time import progress. When the import is complete, Advanced Identity Cloud displays the number of new, updated, unchanged, and failed imports.
-
(Optional) To download a CSV file containing a list of identity profiles that failed to import, click Download CSV.
-
Click Done.