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

Body

application/json

Response

200 - application/json

The response is of type object.