---
title: "POST /migration"
method: POST
path: "/migration"
tags: ["Migration"]
---

# POST /migration

`POST /migration`

## Request body

- ExecuteMigrationRequest
  - `Context` MessageContext
    - `CorrelationId` string, nullable
    - `UserId` string, nullable
    - `Pads4UserId` string, nullable
    - `Domain` string, nullable
    - `Claims` UserClaim[], nullable
      - `Type` string, nullable
      - `Value` string, nullable
    - `SecondaryIdentities` string[], nullable
    - `ImpersonationId` string, nullable
  - `MigrationName` string, nullable

## Response `200`

- ExecuteMigrationResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `OutputData` string, nullable
  - `ErrorData` string, nullable

---

[API](https://skmtc.net/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.net/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/versions/e0bfd79e98ee/schema)
