Skip to main content
Feedback

Microsoft Entra MCP connector

Microsoft Entra is Microsoft's cloud-based identity and access management service for controlling user access and directory resources across Azure and Microsoft 365 environments. The Microsoft Entra MCP connector allows AI agents to provision and manage users, create and configure groups, and administer directory memberships. It also supports retrieving user profiles, updating group properties, and removing identities from your tenant.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Microsoft Entra MCP connector to perform the following actions:

  • Onboard new employees by creating user accounts and assigning them to security groups automatically
  • Revoke access instantly when employees leave by deleting accounts and removing group memberships
  • Sync organizational changes across connected applications by updating user profiles in Microsoft Entra
  • Enforce role-based access by adding users to groups that control permissions and resource visibility
  • Audit identity changes by tracking when users join, leave, or update their directory information
  • Provision contractors and temporary staff with time-limited group memberships and account access
  • Bulk update user attributes like department, manager, or contact information across your tenant

Example prompts

Use the following example prompts to invoke Microsoft Entra MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new user account in Microsoft Entra for our sales team member.
  • Add the new hire to the engineering group in Microsoft Entra.
  • Show me all users in the finance department within Microsoft Entra.
  • Remove that contractor from the marketing group in Microsoft Entra.
  • Update the manager field for all users in the operations group.
  • List all groups in Microsoft Entra that contain more than 50 members.
  • Delete the inactive user account from Microsoft Entra.
  • Get the contact information for all members of the executives group in Microsoft Entra.
  • Create a security group called product-managers in Microsoft Entra.
  • Find which groups include a specific user in Microsoft Entra.

Microsoft Entra MCP connector tools

The Microsoft Entra MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
listUsersRetrieves a list of all users in the directory.
createUserCreates a new user account with the specified details.
getUserRetrieves detailed information about a specific user.
updateUserModifies the properties of an existing user account.
deleteUserRemoves a user account from the directory.
listGroupsRetrieves a list of all groups in the directory.
createGroupCreates a new group with the specified settings.
getGroupRetrieves detailed information about a specific group.
updateGroupModifies the properties of an existing group.
deleteGroupRemoves a group from the directory.
getGroupMembersRetrieves a list of members belonging to a specific group.
addGroupMemberAdds a user to a group's membership.
removeGroupMemberRemoves a user from a group's membership.
On this Page