# Create ICANN contact Create a new ICANN contact for DNS domain registration. Required for .com, .org, .net, etc. Endpoint: POST /mcp/v1/actions/ud_contact_create Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `firstName` (string, required) Contact first name - `lastName` (string, required) Contact last name - `email` (string, required) Contact email address - `phone` (object, required) - `phone.dialingPrefix` (string, required) Phone country code (e.g., "1") - `phone.number` (string, required) Phone number - `street` (string, required) Street address - `city` (string, required) City - `stateProvince` (string, required) State/province code - `postalCode` (string, required) Postal/ZIP code - `countryCode` (string, required) Two-letter ISO country code - `organization` (string) Company name (optional) ## Response 200 fields (application/json): - `success` (boolean) - `contact` (object) - `contact.operationId` (string) - `contact.status` (string) - `message` (string) ## Response 401 fields