Microsoft Entra ID - Custom action

The Custom action enables you to create a Microsoft Entra ID action with an HTTP request. You can authorize the request with your Microsoft Entra ID (Azure Active Directory) connection. Refer to the Microsoft Entra ID API documentation for more information.

Input

Input fieldDescription
Request typeSelect the HTTP method of the request, such as POST, GET, PUT, or DELETE.
PathDefine the API endpoint path to append to the base URI. Use an absolute URI to override the base URI if necessary.
URL parametersAdd any required URL parameters to refine the API call.
Request body parametersEnter the JSON structure of the data payload for POST or PATCH actions.

Output

Define the expected schema of the HTTP response to determine the output. Map the relevant datapill from the datatree to use the output in downstream steps.

Last updated: