Overview

To authenticate with UMAPI (Adobe User Management API), you need:

  1. Client ID - A unique identifier for your client.
  2. Client Secret - A confidential key used to authenticate the identity of the application (client).

This guide will walk you through obtaining these credentials within Adobe.

Prerequisites:

  • You must have an Enterprise Plan to access UMAPI.
  • You must be a member of the organization with the SYSTEM ADMIN role to create the Integration for UMAPI. You can use the Adobe Admin Console to grant the administrative privilege to users.

Instructions:

Step 1: Generating Client Credentials

  1. Log in to Adobe Developer Console.
  2. Create a new project in the Adobe Developer Console.
  3. Navigate to the API tab and choose the appropriate API which is UMAPI.
  4. Select the OAuth Server-to-Server credential for your project.
  1. Select the product profiles that define the data your application can access.
  1. Click Save to generate your Client ID and Client Secret.

Step 2: Enter credentials in the Connect UI

Once you have both the Client ID and Client Secret:

  1. Open the form where you need to authenticate with UMAPI (Adobe User Management API).
  2. Enter both Client ID and Client Secret in their respective fields.
  3. Submit the form, and you should be successfully authenticated.

You are now connected to UMAPI (Adobe User Management API).