Bulk Group Upload

Use case: Groups have been migrated to AEM as a Cloud Service, but those groups are not present in IMS/Admin Console, so they need to be uploaded to IMS via the Admin Console.

To use the Admin Console’s bulk group upload functionality after running a CTT/CAM migration, follow these steps:

  1. Download the bulk group file from CAM

    1. In CAM, go to Content Transfer and select Ingestion Jobs.
    2. Click the ellipsis (…) on the line of the Ingestion in question, and choose View principal summary.
    3. On the dialog that appears, select select Bulk Group File from the dropdown list under Download a file… and click the Download button.
    4. Save the resulting CSV file.
  2. Edit the bulk group file

    • Each line represents a group to be uploaded, and has four fields (the fields’ names make up the file’s first line):

      • User Group Name - The group name is required, and may contain a maximum of 255 characters. This group name must be the same in IMS and AEM

      • Description - This field is optional, and may contain a maximum of 255 characters

      • User Group Admins - At least one group admin must be included in this field. Multiple admins can be assigned by separating each admin with a comma and enclosing the list within quotes. The entry for each admin must include the user’s identity type, followed by a hyphen, and then the email address. For example
        "Adobe ID-myAdmin@example.com,Adobe ID-myOtherAdmin@example.com". Do not include a space after the comma separating admins. You cannot include users (as admins) who are not currently part of the organization in the Admin Console

      • Assigned Product Profiles - This field is optional. You can assign multiple product profiles by separating each profile with a comma and enclosing the list within quotes. However, the product profiles that you include must already be set up for the organization. Ensure you specify the Product Profile name and not the product name. Membership of Product Profiles assigned to a group will be inherited by all users placed in that group. To find a product profile:

        1. Go to Admin Console
        2. Find your Product (i.e., Adobe Experience Manager as a Cloud Service), and click on it
        3. Find your environment (instance), and click on it
        4. List the Product Profiles, and click on the one for your AEM env. The product profile is at the top, i.e., “AEM Users - author - Program 12345 - Environment 012345”.
    • When editing the CSV some applications may add additional quotes upon saving, which causes the processing to fail. It is good practice to inspect the raw CSV in a simple text editor to ensure that each field has only one opening and one closing quote (and they should not be “smart quotes”).

  3. Upload the bulk group file in the Admin Console

    1. In the Admin Console, go to Users, then User Groups

    2. On the right side click the “…” button. Choose Add user groups by CSV from the menu, and choose your CSV to upload. Click Upload

    3. You’ll get a response that the CSV is uploaded (to the Admin Console), but it is not imported to IMS yet

    4. Go to the same “…” menu and choose Bulk operation results. It will show you a list of bulk upload attempts, and tell you (under Status) whether the bulk upload is processing, successful, or has failed

      • At first it will show Processing, indicating it is not yet finished
      • Once successfully completed, click on the Link Add user groups to see a simple status message for each line.
      • If instead it has failed, click on the small icon under File and it will provide a bit more information about why it failed. The group line numbers are referenced starting at row 1.
  4. Use Admin Console to verify your changes.