Actions
Remove License
Remove a license from a user.
- Least privileged Microsoft Graph permission to access the action via application:
LicenseAssignment.ReadWrite.All
. - Higher privileged Microsoft Graph permissions to access the action via application:
Directory.ReadWrite.All
,User.ReadWrite.All
.
External Documentation
To learn more, visit the Microsoft Entra ID documentation.
Parameters
Parameter | Description |
---|---|
License | A license GUID to remove.Obtainable via the List User Licenses action in the skuId parameter. |
User | The user ID or principal name of the user to remove the license from. Leave empty for the authenticated user (me ). |
Example Output
Workflow Library Example
Remove License with Microsoft Entra Id and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?