Skip to main content
POST
/
api
/
v1
/
license
/
Assignment
/
overview
cURL
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"
    }
  ],
  "ErroneousPermissions": [
    {
      "PermissionId": "<string>",
      "IdentityId": "<string>",
      "TimeStamp": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.pads4.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
Identities
string[] | null
IncludeHereditary
boolean

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
Permissions
object[] | null
ErroneousPermissions
object[] | null