function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Barnaby BrownBarnaby Brown 

Pardot OAuth. Can't find Pardot Business Unit Id in Dev Account.

I am looking to modify our API integration with Pardot to use OAuth.

We currently have a Salesforce "Developer Edition" account and a Pardot "Training: SFDC Ultimate Edition" account. Logging to Pardot via SSO works but we cannot find the OAuth required "Business Unit Id" in the UI.

Is it possible that our Dev accounts are out of date and do not provide this functionality? I noticed for example that our Salesforce account does not have any Identity User Licenses. A newly created Dev account does have access to these.

If our accounts are out of date, is it possible to gain access to a new Pardot Training or Sandbox Account with only a Salesforce Developer Edition Account?

Is there any way can I find my Pardot Business Unit Id if I do not have access to the Pardot Account Setup menu option within the Lightning App?

This is becoming an urgent priority as our current Pardot Integration solution will stop working on February 15th 2021 without these changes.
AbhishekAbhishek (Salesforce Developers) 
You can reach out to "Pardot B2B Marketing Automation" page on https://success.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F9300000001qUiCAI for inputs on your ask.

               OR

You can reach out to Salesforce CPQ and Billing page on https://trailblazers.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F93A0000009TGxSAM for inputs on your ask


 
You can also log a case with salesforce support.
Link: https://help.salesforce.com/articleView?id=workcom_contact_support.htm&type=5


I hope this information helps you.
Michael Porter 21Michael Porter 21
@Barnaby Brown

Did you ever get an answer to your quesitons?  I am trying to solve the same problem and all i get when testing the Access Token request is the the following:
 
{
    "error": "invalid_grant",
    "error_description": "authentication failure"
}

Thanks for any help you can provide....

-Michael