---
title: "Change WHOIS profile for domain"
method: PUT
path: "/api/domains/v1/whois/change"
tags: ["Domains: WHOIS"]
---

# Change WHOIS profile for domain

`PUT /api/domains/v1/whois/change`

Change WHOIS contact profile for a domain.

Repoints the given contact roles to a new WHOIS profile and submits the change to the registry.
The profile currently assigned to those roles is resolved automatically;
the request fails if the given roles are not all on the same profile today.

Changing transfer sensitive fields on the owner contact starts an IRTP verification.

The change is processed asynchronously.

Use this endpoint to move a registered domain onto different contact information.

## Request body

- DomainsV1WHOISChangeUpdateRequest
  - `new_whois_id` integer, required — WHOIS profile ID to assign to the domain
  - `domain` string, required — Domain name
  - `change_for` string[], required — Contact roles to repoint to the new WHOIS profile

## Response `200`

Success empty response

- CommonSuccessEmptyResource
  - `message` string

## Other responses

- `401` — Unauthenticated response
- `422` — Validation error response
- `500` — Error response

---

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