Entra Agent User
Analyzes user behavior patterns to detect anomalies indicative of compromised accounts or malicious activity.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add entra-agent-user npx -- -y @trustedskills/entra-agent-user
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"entra-agent-user": {
"command": "npx",
"args": [
"-y",
"@trustedskills/entra-agent-user"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The entra-agent-user skill enables AI agents to interact with Microsoft Entra ID (formerly Azure AD) to manage user accounts, roles, and access controls. It allows automation of tasks such as creating users, assigning licenses, or retrieving user information securely.
When to use it
- Automating the creation of new user accounts during onboarding processes.
- Assigning or revoking permissions based on role changes within an organization.
- Generating reports on user activity or access rights for compliance audits.
Key capabilities
- Create and manage user identities in Microsoft Entra ID.
- Assign roles and licenses to users programmatically.
- Retrieve detailed information about user accounts and their attributes.
Example prompts
- "Create a new user account for Jane Doe with the email [email protected]."
- "Assign the 'Global Administrator' role to the user [email protected]."
- "List all users who have been inactive for more than 90 days."
Tips & gotchas
- Ensure your AI agent has proper authentication credentials and permissions in Microsoft Entra ID.
- Be cautious with actions like deleting or modifying user roles, as they can impact access to critical systems.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.