AssignLicense
Add or remove subscriptions for the user. You can also enable and disable specific plans associated with a subscription
Input
Name | Type | Description |
UserID | String | The Id of the User for which License needs to be assigned. Don't feed if you have to do for the User with which you are logged in. |
UserPrincipalName | String | The Principal Name of the User for which License needs to be assigned. Don't feed if you have to do for the User with which you are logged in. |
AddLicenseSkuId | String | The unique identifier for the SKU. |
DisabledPlans | String | A collection of the comma seperated unique identifiers for plans that have been disabled. |
RemoveLicenses | String | A collection of comma seperated GUIDs that identify the licenses to remove. |
Result Set Columns
Name | Type | Description |
Success | String | Whether the operation was successful. |