Back to Integrations
integration integration
integration Microsoft Entra ID (Azure Active Directory) node
HTTP Request

Integrate Microsoft Entra ID (Azure Active Directory) with 500+ apps and services

Unlock Microsoft Entra ID (Azure Active Directory)'s full potential with n8n, connecting it to similar Cybersecurity apps and over 1000 other services. Automate cybersecurity workflows by monitoring threats, managing incident responses, and securing data across platforms. Use n8n's pre-authenticated HTTP request node to construct adaptable and scalable workflows between Microsoft Entra ID (Azure Active Directory) and your stack. All within a building experience you will love.

Create workflows with Microsoft Entra ID (Azure Active Directory) integrations

797 integrations
Sort by:
Popularity
NameOldestNewest

Supported API Endpoints for Microsoft Entra ID (Azure Active Directory)

To set up Microsoft Entra ID (Azure Active Directory) integration, add the HTTP Request node to your workflow canvas and authenticate it using a predefined credential type. This allows you to perform custom operations, without additional authentication setup. The HTTP Request node makes custom API calls to Microsoft Entra ID (Azure Active Directory) to query the data you need using the URLs you provide.

See the example here

List Users
Retrieve a list of user objects.
GET
/users
Create User
Create a new user.
POST
/users
Get User
Retrieve the properties and relationships of user object.
GET
/users/{userId}
Update User
Update the properties of a user object.
PATCH
/users/{userId}
Delete User
Delete a user.
DELETE
/users/{userId}

Take a look at the Microsoft Entra ID (Azure Active Directory) official documentation to get a full list of all API endpoints

List Groups
Retrieve a list of group objects.
GET
/groups
Create Group
Create a new group.
POST
/groups
Get Group
Retrieve the properties and relationships of a group object.
GET
/groups/{groupId}
Update Group
Update the properties of a group object.
PATCH
/groups/{groupId}
Delete Group
Delete a group.
DELETE
/groups/{groupId}

Take a look at the Microsoft Entra ID (Azure Active Directory) official documentation to get a full list of all API endpoints

List Applications
Retrieve a list of application objects.
GET
/applications
Create Application
Create a new application.
POST
/applications
Get Application
Retrieve the properties and relationships of an application object.
GET
/applications/{applicationId}
Update Application
Update the properties of an application object.
PATCH
/applications/{applicationId}
Delete Application
Delete an application.
DELETE
/applications/{applicationId}

Take a look at the Microsoft Entra ID (Azure Active Directory) official documentation to get a full list of all API endpoints

List Group Members
Retrieve a list of the members of a group.
GET
/groups/{groupId}/members
Add Group Member
Add a member to a group.
POST
/groups/{groupId}/members/$ref
Get Group Member
Retrieve a member of a group.
GET
/groups/{groupId}/members/{memberId}
Remove Group Member
Remove a member from a group.
DELETE
/groups/{groupId}/members/{memberId}/$ref
Update Group Member
Update the properties of a group member.
PATCH
/groups/{groupId}/members/{memberId}

Take a look at the Microsoft Entra ID (Azure Active Directory) official documentation to get a full list of all API endpoints

Microsoft Entra ID (Azure Active Directory) node
HTTP Request

About Microsoft Entra ID (Azure Active Directory)

Azure Active Directory (Azure AD) is Microsoft's cloud-based identity and access management service. It provides secure authentication and authorization for users, enabling them to access applications, resources, and services in the Azure cloud and other integrated applications.

Related categories

Similar integrations

  • Cisco Secure Endpoint node
  • QRadar node
  • ZScaler ZIA node
  • VirusTotal node
  • Cisco Umbrella node
  • Kibana node
  • Carbon Black node
  • Fortinet FortiGate node
  • Imperva WAF node
  • MIST node
Use case

The SOAR platform you want

Mountains of monotonous tasks make building and monitoring your workflows a chore. Not anymore.

Learn more

Over 3000 companies switch to n8n every single week

We're using the @n8n_io cloud for our internal automation tasks since the beta started. It's awesome! Also, support is super fast and always helpful. 🤗

in other news I installed @n8n_io tonight and holy moly it’s good

it’s compatible with EVERYTHING

Last week I automated much of the back office work for a small design studio in less than 8hrs and I am still mind-blown about it.

n8n is a game-changer and should be known by all SMBs and even enterprise companies.

FAQ about Microsoft Entra ID (Azure Active Directory) integrations

  • How can I set up Microsoft Entra ID (Azure Active Directory) integration in n8n?

      To use Microsoft Entra ID (Azure Active Directory) integration in n8n, start by adding the HTTP Request node to your workflow canvas and authenticate it using a predefined credential type. This allows you to perform custom operations, without additional authentication setup. Once connected, you can make custom API calls to Microsoft Entra ID (Azure Active Directory) to query the data you need using the URLs you provide, for example: you can use the integration to create new user accounts in Microsoft Entra ID by sending a POST request to the appropriate API endpoint with the user's details in the JSON body. To retrieve user information, set up a GET request to the endpoint designed for fetching user data, allowing you to dynamically pull in necessary information based on your workflow requirements. For updating existing records, utilize the PATCH request to modify user attributes like roles or department directly within your n8n workflow.

  • Do I need any special permissions or API keys to integrate Microsoft Entra ID (Azure Active Directory) with n8n?

  • Can I combine Microsoft Entra ID (Azure Active Directory) with other apps in n8n workflows?

  • What are some common use cases for Microsoft Entra ID (Azure Active Directory) integrations with n8n?

  • How does n8n’s pricing model benefit me when integrating Microsoft Entra ID (Azure Active Directory)?

Connect Microsoft Entra ID (Azure Active Directory) with your company’s tech stack and create automation workflows