# Add domain to email signup allowlist Adds a domain to the email allowlist. Only emails from allowed domains can register when enabled. RBAC: requires AdminSettings.Manage Endpoint: POST /api/v1/admin/email-allow Version: 1.0 Security: ## Request fields (application/json): - `domain` (string, required) The domain name to add to the allowlist Example: "example.com" ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 409 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 400 fields