curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/migration \
--header 'Content-Type: application/json' \
--data '{
"Context": {
"CorrelationId": "<string>",
"User": "<string>",
"UserId": "<string>",
"Domain": "<string>",
"SecondaryIdentities": [
"<string>"
],
"Claims": [
{
"Type": "<string>",
"Value": "<string>"
}
],
"ImpersonationId": "<string>"
},
"MigrationName": "<string>"
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"OutputData": "<string>",
"ErrorData": "<string>"
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/migration \
--header 'Content-Type: application/json' \
--data '{
"Context": {
"CorrelationId": "<string>",
"User": "<string>",
"UserId": "<string>",
"Domain": "<string>",
"SecondaryIdentities": [
"<string>"
],
"Claims": [
{
"Type": "<string>",
"Value": "<string>"
}
],
"ImpersonationId": "<string>"
},
"MigrationName": "<string>"
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"OutputData": "<string>",
"ErrorData": "<string>"
}
The response is of type object
.