How do you automate adding and removing users from a role-assignable group using Logic Apps?

Mitch Willis 1 Reputation point
2022-06-08T12:19:13.337+00:00

trying to be able to give people local admin rights once every 2 weeks to be able to allow for updating applications.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,845 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,473 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,476 Reputation points
    2022-06-15T09:25:08.203+00:00

    @Mitch Willis Thanks for reaching out. Logic app does provide Azure AD connector which you can leverage in your workflow to perform multiple actions listed here.
    I do see add user to group and remove member from group that can be leveraged for your requirement. In case it doesn't help then you can always leverage the Native HTTP action to make any HTTP call to the specified URL. In your case you can leverage the Azure AD REST API to perform the operation which connector does not support as of now.

    0 comments No comments