Update Subaccount allows partners to modify the settings of an existing Mandrill subaccount associated with their partner account. This enables adjustments to the sending domain, email limits, and approval status, ensuring flexibility and control over email configurations.
Endpoints Available
Method
Endpoint
Description
PUT
v2024.07.31/emails/subaccount
Update an existing subaccount’s settings, including sending domain, send limits, and approval status.
Body Parameters
Parameter
Required / Optional
Description
Data Type
"sending_domain"
Required
The email-sending domain associated with the subaccount.
string
"daily_send_limit"
Required
The maximum number of emails that can be sent daily.
int
"approved"
Required
Indicates whether the subaccount is approved for sending emails, with true for approved and false for unapproved status.
boolean
Response Definition
Response Item
Description
Data Type
"user_id"
The unique identifier of the user managing the subaccount.
int
"sending_domain"
The email sending domain associated with the subaccount.
string
"subaccount_id"
The unique identifier assigned to the subaccount.
string
"dns_value"
The DNS verification value for domain authentication.
string
"dns_validation_status"
Indicates whether DNS validation is successful (true) or not (false).
boolean
"dkim_value"
The DKIM (DomainKeys Identified Mail) value used for email authentication.
string
"dkim_validation_status"
Indicates whether DKIM validation is successful (true) or not (false).
boolean
"spf_value"
The SPF (Sender Policy Framework) value defining authorized sources to send emails.
string
"spf_validation_status"
Indicates whether SPF validation is successful (true) or not (false).
boolean
"daily_send_limit"
The maximum number of emails that can be sent per day
int
"approved"
Indicates whether the user is approved (true) to send emails or not (false).
boolean
"management_company_user_id"
The unique identifier of the management company associated with the subaccount.