Skip to main content

Email domain validation rules for organization ownership and cross-organization conflict checks

Domain

DomainAlreadyUsedByDifferentOrganization

DefinitionSeverityAPISampleMode
Validate that all domain parts do not exactly match an existing address under a different organization.
VIOLATION
POST_AND_PUT
S
Example Validation Report
{
"code": "VALIDATION__DomainAlreadyUsedByDifferentOrganization",
"severity": "VIOLATION",
"message": "Domain derived from '{{value}}' already used by different organization",
"context": {
"value": "business.com"
},
"details": {
"createdDate": "2026-02-10T11:36:02.00Z",
"submitted": [
{
"field": "$.emailIdDetails.address",
"value": "business.com"
}
],
"compared": [],
"expected": []
}
}