| 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. |