Account
User
ID of this user
Pattern:
^[0-9a-fA-F]{24}$Example:
"5fd4371e940df5a34a3888b2"
The user's first name
Example:
"Jane"
The user's last name
Example:
"Doe"
The user's email address
Example:
"janedoe@company.com"
The account's ID global across all ActiveProspect products
Example:
"6493820b542ea0521e2a4543"
The user's API key
Example:
"2f1d5f29915b866c7a2fa5de29613104"
Is the user a super user?
Example:
false
Can the user manage other users and verified domains?
Example:
true
Can the user manage subscriptions to TrustedForm, LeadConduit, and SuppressionList?
Example:
true
The user's role (unused)
Available options:
user Example:
"user"
The user's phone number
Example:
"512-555-1212"
The list of products available to the account
Example:
[
{
"id": "lcx",
"name": "LeadConduit",
"base_url": "https://app.leadconduit.com",
"marketing_url": "https://activeprospect.com/products/leadconduit/",
"subscribed": true
},
{
"id": "suppressionlist",
"name": "SuppressionList",
"base_url": "https://app.suppressionlist.com",
"marketing_url": "https://activeprospect.com/products/leadconduit/",
"subscribed": true
},
{
"id": "trustedform",
"name": "TrustedForm",
"base_url": "https://app.trustedform.com",
"marketing_url": "https://activeprospect.com/products/trustedform/",
"subscribed": true
}
]The code for the current product
Available options:
lcx, trustedform, suppressionlist, account Example:
"lcx"