> For the complete documentation index, see [llms.txt](https://docs.elimity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elimity.com/reference-manual/v3.44.2/built-in-connectors/adobe.md).

# Adobe

The Adobe connector for Elimity Insights fetches users and groups for an Adobe Enterprise organization so you can keep in control of your environment. Follow the instructions below to set up the connector for your environment.

## 1. Setting up the Adobe User Management API

The first step in setting up the Adobe connector for Elimity Insights is creating a set of credentials using the Adobe Developer Console. Note that Adobe only supports this type of integration for Enterprise customers. Refer to [the official documentation](https://adobe-apiplatform.github.io/umapi-documentation/en/UM_Authentication) for detailed instructions; the steps below provide a short summary:

1. Create a new project in your Adobe Developer Console.
2. Enable the User Management API in this project.
3. Generate OAuth Server-to-Server credentials for this API.

Note down the generated client identifier and secret, we'll need it in the next step. Also note down the unique identifier for your Adobe organization. You can find this value as part of the URL path for the organization in the Admin Console or in the adobe.io console for your User Management integration. It should look like `A495E53@AdobeOrg`.

## 2. Creating a source in Elimity Insights

In Elimity Insights you can now create a new Adobe source providing the following configuration options:

<table data-full-width="true"><thead><tr><th>Configuration option</th><th>Description</th></tr></thead><tbody><tr><td>Organization ID</td><td>Organization identifier you noted down in step 1.</td></tr><tr><td>Client ID</td><td>Client identifier you noted down in step 1.</td></tr><tr><td>Client secret</td><td>Client secret you noted down in step 1.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.elimity.com/reference-manual/v3.44.2/built-in-connectors/adobe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
