Body
application/json
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Claim/Save \
--header 'Content-Type: application/json' \
--data '{
"ClaimsMappings": [
{
"Id": "<string>",
"ExternalAuthenticationProviderId": "<string>",
"ExternalAttribute": "<string>",
"LocalAttribute": "<string>"
}
]
}'{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Results": [
{
"Succeeded": true,
"Message": "<string>",
"Code": 123,
"Id": "<string>"
}
]
}curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Claim/Save \
--header 'Content-Type: application/json' \
--data '{
"ClaimsMappings": [
{
"Id": "<string>",
"ExternalAuthenticationProviderId": "<string>",
"ExternalAttribute": "<string>",
"LocalAttribute": "<string>"
}
]
}'{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Results": [
{
"Succeeded": true,
"Message": "<string>",
"Code": 123,
"Id": "<string>"
}
]
}Show child attributes