Quick Start
Get Started as an Account Engagement ISV
Extend the Email Builder Experience
PardotTenant Tooling API Reference
This Tooling API object represents an Account Engagement business unit. It’s available in API version 56.0 and later.
create(), or with the REST HTTP verb POST.query(), and retrieve(), or with the REST HTTP verb GET.update(), or with the REST HTTP verb PATCH.create()query()retrieve()update()GETPATCHPOST| Field Name | Type | Description |
|---|---|---|
| CreationStatus | string | The operational status of the Account Engagement business unit. |
| InitialPardotAdminId | reference | A reference to the Salesforce User ID associated with this Account Engagement business unit. |
| PardotTenantId | string | The id of the Account Engagement business unit for this record. |
| PardotTenantName | string | The name of the Account Engagement business unit. |
| PardotTenantStatusCode | string | Metadata about the operational status of the Account Engagement business unit. The possible values are
|
Queue the creation of a PardotTenant record by setting:
InitialPardotAdminId.PardotTenantName, if your organization supports multiple Account Engagement business units.To find the status of an Account Engagement business unit after its creation has been queued, query the account for a given ID. A value of CREATING in CreationStatus indicates that the creation process is in progress. A value of CREATED in CreationStatus indicates that the creation process is finished.
Under limited circumstances, updates are allowed to a PardotTenant record.
PardotTenantName field, which doubles as the company name of your business unit.CreationStatus of the record to DELETED. One of the following must be true:
ERROR for CreationStatus.CREATING, UPDATING, or DELETING for CreationStatus, and isn’t modified within the past hour.Outside the error state described in Update a PardotTenant, deleting a PardotTenant isn’t supported.
| Error Message | Description |
|---|---|
No Id on record to update | You didn’t provide the Id field in the request payload, so we can’t update a specific record. |
Attempted record update is not for a PardotTenant | The attempted record update isn’t for a PardotTenant. |
Could not find record to update for given Id | No record with the given ID could be found for update. |
Record was not in error state before attempted deletion | The record wasn’t in an error state before the attempted deletion. You can only delete a record that has a value of Error for CreationStatus. |
Record has a PardotTenantId configured and can not be deleted | The record has a PardotTenantId configured and can’t be deleted. |