curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/AuthenticationIdentityProvider \
--header 'Content-Type: application/json' \
--data '{
"Domain": "<string>"
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"PublicAuthProviders": [
{
"Name": "<string>",
"Type": "<string>",
"Id": "<string>"
}
]
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/AuthenticationIdentityProvider \
--header 'Content-Type: application/json' \
--data '{
"Domain": "<string>"
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"PublicAuthProviders": [
{
"Name": "<string>",
"Type": "<string>",
"Id": "<string>"
}
]
}
The response is of type object
.