Skip to main content

Email ID manual verification rules for domain claims and policy compliance checks

Manual Verification

Validations that may be "triggered" by Apple Business operations in "offline" mode. For a portal user, code triggers generation of a notification for email delivery and a notification for display in the portal. Portal/email notification content may differ from content written to feedback and made available via the Feedback API.

EmailDomainAlreadyClaimed

DefinitionSeverityAPISampleMode
Validate that an existing domain is not already claimed by a different organization
VIOLATION
POST_AND_PUT
A
Example Validation Report
{
"code": "VALIDATION__EmailDomainAlreadyClaimed",
"severity": "VIOLATION",
"message": "The email domain was already added to Apple Business."
}
Portal/Email Notification

subtitle: Already Added
body: The email domain was already added to Apple Business.

EmailDomainDoesNotBelongToBrand

DefinitionSeverityAPISampleMode
Validate that an email domain belongs to a brand
VIOLATION
POST_AND_PUT
A
Example Validation Report
{
"code": "VALIDATION__EmailDomainDoesNotBelongToBrand",
"severity": "VIOLATION",
"message": "Email domain does not belong to this brand"
}
Portal/Email Notification

subtitle: Domain or Email Doesn't Match Brand
body: The domain or email that was provided doesn't correspond to the associated brand.

EmailIDRejected

DefinitionSeverityAPISampleMode
Validate that no Apple Business policy reason exists to reject an email ID resource
VIOLATION
POST_AND_PUT
A
Example Validation Report
{
"code": "VALIDATION__EmailIDRejected",
"severity": "VIOLATION",
"message": "Final Reject"
}
Portal/Email Notification

subtitle: Domain or Email Doesn't Meet Requirements
body: The domain or email doesn't meet Apple Business requirements.