English
API Reference
cURL
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>" ] } ] }
Show child attributes