---
title: "List registrant changes"
method: GET
path: "/{account}/registrar/registrant_changes"
tags: ["registrant changes"]
---

# List registrant changes

`GET /{account}/registrar/registrant_changes`

List registrant changes in the account.

## Path parameters

- `account` integer, required

## Query parameters

- `sort` 'id:asc' | 'id:desc'
- `state` 'new' | 'pending' | 'completed' | 'cancelling' | 'cancelled'
- `domain_id` string
- `contact_id` string

## Response `200`

Successfully retrieved registrant change list.

- object
  - `data` RegistrantChange[], required
    - `id` integer, required
    - `account_id` integer, required
    - `contact_id` integer, required
    - `domain_id` integer, required
    - `state` 'new' | 'pending' | 'cancelling' | 'cancelled' | 'completed', required
    - `extended_attributes` TradeExtendedAttributes, required
    - `registry_owner_change` boolean, required
    - `irt_lock_lifted_by` string, date, required — A date value formatted as ISO 8601.
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.
  - `pagination` Pagination, required
    - `current_page` integer, required
    - `per_page` integer, required
    - `total_entries` integer, required
    - `total_pages` integer, required

## Other responses

- `400` — A required parameter is missing or the request is invalid.

## Changes

- **2025-07-11** (v2) `06780be0ef17` — 18 info
  - the response property `data` became required for the status `200`
  - the response property `data/items/account_id` became required for the status `200`
  - the response property `data/items/contact_id` became required for the status `200`
  - the response property `data/items/created_at` became required for the status `200`
  - …14 more
- **2023-08-02** (v2) `425ad99b3e0d` — 1 warning, 1 info
  - removed the optional property `data/items/lock_lifted_by` from the response with the `200` status
  - added the optional property `data/items/irt_lock_lifted_by` to the response with the `200` status
- **2023-07-27** (v2) `9af65b373429` — 4 info
  - added the new optional `query` request parameter `contact_id`
  - added the new optional `query` request parameter `domain_id`
  - added the new optional `query` request parameter `state`
  - added the non-success response with the status `400`
- **2023-07-26** (v2) `fb9b4727973a` — 1 info
  - endpoint added
- **2023-07-18** (v2) `c8591dcf8c29` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/registrar/registrant_changes/get.md)

---

[API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.dev/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dnsimple/dnsimple-api/revisions/270bb4f6f532/schema)
