POST
/
api
/
v1
/
migration
/
run
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Migration/api/v1/migration/run \
  --header 'Content-Type: application/json' \
  --data '{
  "Context": {
    "CorrelationId": "<string>",
    "User": "<string>",
    "UserId": "<string>",
    "Domain": "<string>",
    "SecondaryIdentities": [
      "<string>"
    ],
    "Claims": [
      {
        "Type": "<string>",
        "Value": "<string>"
      }
    ],
    "ImpersonationId": "<string>"
  },
  "Source": "<string>",
  "MigrationId": "<string>",
  "Force": true
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Result": {
    "Id": "<string>",
    "Migration": "<string>",
    "MigrationSource": "<string>",
    "TimeStamp": "2023-11-07T05:31:56Z",
    "Status": "<string>",
    "Data": "<any>"
  }
}

Body

application/json

Response

200 - application/json

The response is of type object.