> ## Documentation Index
> Fetch the complete documentation index at: https://nango-marcin-get-deployments-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# UMAPI (Adobe User Management API) - How do I link my account?

# 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](https://community.adobe.com/t5/enterprise-teams-discussions/is-the-user-management-api-available-only-for-enterprise-customers/td-p/12159610) 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](https://developer.adobe.com/console).
2. From the bottom left corner, click on **"Create new project"**.
3. Click on the newly created project name and click on **"Add API"**.
4. In the **"Filter by product"** field, select the **"Adobe Services"** and choose the appropriate API, **"User Management API"**.
5. Click on **"Next"** at the bottom right corner.
6. Select the **OAuth Server-to-Server** credential for your project.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/oRbST5geR1iTnRFv/integrations/all/adobe-umapi/auth-type.webp?fit=max&auto=format&n=oRbST5geR1iTnRFv&q=85&s=e469edeac188ee5de54a38b6baa3cb81" width="2560" height="1494" data-path="integrations/all/adobe-umapi/auth-type.webp" />

7. Select the product profiles that define the data your application can access.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/oRbST5geR1iTnRFv/integrations/all/adobe-umapi/product.webp?fit=max&auto=format&n=oRbST5geR1iTnRFv&q=85&s=46b8bec637c77dce0e5303bbb02ab624" width="2560" height="1380" data-path="integrations/all/adobe-umapi/product.webp" />

8. Click Save to generate your **Client ID** and **Client Secret**.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/oRbST5geR1iTnRFv/integrations/all/adobe-umapi/credentials.webp?fit=max&auto=format&n=oRbST5geR1iTnRFv&q=85&s=1f6b22258adb7289d71f1f7f8a87f4de" width="2560" height="1404" data-path="integrations/all/adobe-umapi/credentials.webp" />

#### 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 Adobe User Management API (UMAPI).
2. Enter both **Client ID** and  **Client Secret** in their respective fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/oRbST5geR1iTnRFv/integrations/all/adobe-umapi/form.png?fit=max&auto=format&n=oRbST5geR1iTnRFv&q=85&s=9ed297a77e28e70dcfc25ec022fd6530" style={{maxWidth: "450px" }} width="998" height="1378" data-path="integrations/all/adobe-umapi/form.png" />

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