---
title: "Create ICANN contact"
method: POST
path: "/mcp/v1/actions/ud_contact_create"
tags: ["Contacts"]
---

# Create ICANN contact

`POST /mcp/v1/actions/ud_contact_create`

Create a new ICANN contact for DNS domain registration. Required for .com, .org, .net, etc.

## Request body

- object
  - `firstName` string, required — Contact first name
  - `lastName` string, required — Contact last name
  - `email` string, email, required — Contact email address
  - `phone` object, required
    - `dialingPrefix` string, required — Phone country code (e.g., "1")
    - `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`

Contact created

- ContactCreateResponse
  - `success` boolean
  - `contact` object
    - `operationId` string
    - `status` string
  - `message` string

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/unstoppabledomains/apis/user-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/user-api/revisions/c1def8e34b41/schema)
