POST
/
api
/
v1
/
license
/
Assignment
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/Assignment \
  --header 'Content-Type: application/json' \
  --data '{
  "Assignments": [
    {
      "Identity": "<string>",
      "Permissions": [
        {
          "Permission": "<string>",
          "Type": 0
        }
      ]
    }
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.