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