In the previous blog: https://techcommunity.microsoft.com/blog/integrationsonazureblog/use-logic-app-to-give-other-user-rbac-permission-via-rest-api-/3963599
We use REST API to give user RBAC permission. In this article, we will use the Graph API to assign roles to logic app managed identity. Previous document are mostly use powershell, here is a simply guide with Graph API
1. Need to enable logic app Managed Identity, and copy the Object ID
Logic app -> identity -> System assigned
2. Find the role related service principle ID and role ID:
For example, if we want to have a role: 'WindowsDefenderATP.MachineIsolate' roles