Need help on creating a logic app on user offboarding

Ruhul Amin 0 Reputation points
2024-07-05T14:40:37.44+00:00

Logic App Workflow Trigger: When a user is added to the "resigned users" group. Action: Check if the user is added. Action: HTTP action to revoke licenses. Action: HTTP action to list group memberships. Action: HTTP action to remove the user from all groups except "resigned users". Action: Send an email to HR and IT.

Can anyone please help regarding http actions in details?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,964 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 20,480 Reputation points
    2024-07-05T17:24:24.5033333+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    The HTTP action allows you to make HTTP requests to external services or APIs.

    • You can use it to:
      • Send GET or POST requests.
      • Pass dynamic data (such as user information) to the endpoint.
    • To add an HTTP action:

    For more options please check the following article

    [https://learn.microsoft.com/en-us/azure/connectors/connectors-native-http?tabs=standard

    ](https://learn.microsoft.com/en-us/azure/connectors/connectors-native-http?tabs=standard

    )** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **

    0 comments No comments