Microsoft Entra ID Connector
Quickly build integrations connecting your B2B SaaS to Microsoft Entra ID.
About the Microsoft Entra ID Connector
Manage users, groups, and applications in Microsoft Entra ID (formerly Azure Active Directory).
Actions
| Action Name | Action Description |
|---|---|
| Create User | Create a new user. |
| Delete User | Deletes a user. |
| Get User | Reads the properties and relationships of a user object. |
| List Users | Retrieve a list of user objects. |
| Update User | Update the properties of a User object. |
| Create Group | Create a new group. It can be a Microsoft 365 group, dynamic group, or security group. |
| Delete Group | Deletes a group object. |
| Get Group | Read properties of a group object. |
| List Groups | List group objects and their properties. |
| List Group Members | Retrieves the direct members of a group. |
| Add Member to Group | Add a member to a group. |
| Remove Member From Group | Removes a member from a Microsoft 365 group or a security group. |
| Upsert Group | Create a new group if it doesn't exist, or update the properties of an existing group. |
| Create Application | Creates (registers) a new application. |
| Delete Application | Deletes an application object. |
| List Applications | Retrieve the list of applications in the organization. |
| Upsert Application | Create a new application if it doesn't exist, or update the properties of an existing application. |
| Get Application | Read properties of an application object. |
| List Changes | Retrieves a list of changes in an object and its children over time. |
| Create Subscription | Create a subscription to receive notifications when changes occur in the specified object. |
| Delete Subscription | Deletes a subscription object. |
| Get Subscription | Read properties of a subscription object. |
| List Subscriptions | Retrieves a list of active subscriptions. |
| Update Subscription | Updates a subscription expiration time for renewal and/or updates the notificationUrl for delivery. |
| Delete Instanced Subscriptions | Delete all webhooks that point to a flow in this instance. |
| Raw Request | Send raw HTTP request to Microsoft Entra ID. |
Triggers
| Trigger Name | Trigger Description |
|---|---|
| Webhook | Receive and validate webhook requests from Microsoft Entra ID for manually configured webhook subscriptions. |
| User Changes | Receive user change notifications from Microsoft Entra ID. Automatically creates and manages a webhook subscription for users when the instance is deployed, and removes the subscription when the instance is deleted. |
| Group Changes | Receive group change notifications from Microsoft Entra ID. Automatically creates and manages a webhook subscription for groups when the instance is deployed, and removes the subscription when the instance is deleted. |