Newer Version Available
PardotTenant
Represents an Account Engagement business unit. This object is
available in API version 56.0 and later.
Use available SOAP calls to create new business units, and query and update
information in existing business units.
Supported SOAP API Calls
create(), describeSObjects(), query(), retrieve(), update(), upsert()
Supported REST API Methods
GET, HEAD, PATCH, POST, Query
Special Access Rules
PardotTenant is available to customers with any
Account Engagement edition.
Fields
| Field | Details |
|---|---|
| CreationStatus |
|
| DeveloperName |
|
| InitialPardotAdminId |
|
| Language |
|
| MasterLabel |
|
| PardotTenantId |
|
| PardotTenantName |
|
| PardotTenantStatusCode |
|
Usage
To create an Account Engagement business unit, set a valid user ID for the InitialPardotAdminID field and a value for PardotTenantName. If you have multiple business units, the PardotTenantName value must be unique.
To verify the status of a business unit, query the PardotTenantID. A return value of CREATING means the business unit is being created. A return value of CREATED means the business unit has been created.
Update capabilities are limited to changing the PardotTenantName field and deleting a
business unit if an error occurs upon creation. To delete the PardotTenant, one of these
scenarios must be true:
- The CreationStatus has a value of ERROR.
- The CreationStatus has a value of CREATING, UPDATING, or DELETING, and the system hasn’t updated the tenant in the last hour.