POST
/
api
/
v1
/
Account
/
RetrieveUserClaims
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Account/RetrieveUserClaims \
  --header 'Content-Type: application/json' \
  --data '{
  "UserId": "<string>",
  "Context": {
    "Domain": "<string>"
  }
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Claims": [
    {
      "Name": "<string>",
      "Value": "<string>",
      "AccessDescriptors": [
        {
          "Area": "<string>",
          "ClaimsAccess": "<string>",
          "ClaimsAccessRaw": 1
        }
      ]
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.