curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Account/GetUserClaims
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Claims": [
{
"Name": "<string>",
"Value": "<string>",
"AccessDescriptors": [
{
"Area": "<string>",
"ClaimsAccess": "<string>",
"ClaimsAccessRaw": 1
}
]
}
]
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Account/GetUserClaims
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Claims": [
{
"Name": "<string>",
"Value": "<string>",
"AccessDescriptors": [
{
"Area": "<string>",
"ClaimsAccess": "<string>",
"ClaimsAccessRaw": 1
}
]
}
]
}
The response is of type object
.