POST
/
api
/
v1
/
license
/
Assignment
/
overview
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/Assignment/overview \
  --header 'Content-Type: application/json' \
  --data '{
  "Identities": [
    "<string>"
  ],
  "IncludeHereditary": true
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Permissions": [
    {
      "PermissionId": "<string>",
      "IdentityId": "<string>",
      "TimeStamp": "2023-11-07T05:31:56Z",
      "Type": 0
    }
  ],
  "ErroneousPermissions": [
    {
      "PermissionId": "<string>",
      "IdentityId": "<string>",
      "TimeStamp": "2023-11-07T05:31:56Z",
      "Type": 0,
      "Reason": 0
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.