# Connect to Pardot with an Identity User Account

**This is the more thorough approach to Integration.** This method creates a dedicated user account that isn’t directly linked to an individual. While this is the preferred option, it does involve a more detailed process.

{% hint style="warning" %}
This guide assumes you are using the Lightning version of Pardot. If you are using an older version of Pardot, you may need to request help from Pardot to find the required Ids.
{% endhint %}

Here is an overview of the steps:

* Create a new Salesforce user with an Identity License.
* Create a Pardot user with the same email as your Identity License Salesforce user.
* Ensure the Salesforce and Pardot user are linked.

{% hint style="info" %}
Our approach follows the Salesforce best practices outlined in their guide here: <https://developer.salesforce.com/docs/marketing/pardot/guide/getting-started.html>
{% endhint %}

### Set Up a Salesforce Identity User

The best way to integrate FeedOtter with Salesforce Pardot is to create a unique user in Salesforce with an [Identity License](https://help.salesforce.com/s/articleView?id=sf.identity_licenses.htm\&language=en_US\&type=5). This is a special user license that is included with your Pardot license.

* In Salesforce click the gear and go to **Setup** > **Users**&#x20;

<div align="left"><figure><img src="/files/Xo3jz8wVzSGGSgLLkRXO" alt="" width="177"><figcaption></figcaption></figure></div>

* Click **New User**
* Create a new user with an email address that you can access. You will need to setup a password and verify this new user. We recommend something like <feedotter-api@your-company.com> or <first.last+feedotterapi@yourcompany.com>

{% hint style="info" %}
Using an email address like <jessica+feedotter@feedotter.com> will receive email at <jessica@feedotter.com>. The "+feedotter" is discarded for email receipt purposes. This works with most modern email systems but if you do not receive the activation email your company email may not allow this.
{% endhint %}

We recommend setting the **Role** to something marketing related but this should not impact api connectivity. Ensure that the new Salesforce user has a **User License = Identity** and **Profile = Identity User (see below).**&#x20;

<div align="left"><figure><img src="/files/l7hnLmy0jhpjaDSixlIJ" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/ydr9s7s8ueVl2kkj69iY" alt=""><figcaption></figcaption></figure>

Verify the account of this new user and setup a password as necessary.

### Set Up A Pardot User

<figure><img src="/files/Ijye1lda0TwOTXXz82fs" alt=""><figcaption></figcaption></figure>

1. On the primary Lightning toolbar (main Pardot page) locate and navigate: **Account Engagement Settings** > **User Management** > **Users** > **Add User**
2. Create a new Pardot user **using the same email used for the Salesforce user created above**. Making sure the CRM Username field is **mapped to the Salesforce Identify User** you created above.
3. The Role should be **Administrator** or **Marketing**

<div align="left"><figure><img src="/files/OLbGr5eC5mylYaOnGh2A" alt=""><figcaption></figcaption></figure></div>

4. In the new Pardot user look for a blue link labeled **Enable SSO / Single Sign On** click this.

At this point you are ready to connect your FeedOtter account to Salesforce Pardot. Please logout of all Salesforce / Pardot instances in your browser and have the user and password of the Salesforce Identity User ready for use.

Refer to this guide to finish the Integration:&#x20;

{% content-ref url="/pages/nZSdMbVO8G5OjqZCfN3s" %}
[How to Set Up Your Pardot Integration](/integrations/pardot-account-engagement/how-to-set-up-your-pardot-integration.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.feedotter.com/integrations/pardot-account-engagement/faq/advanced-settings/connect-to-pardot-with-an-identity-user-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
