entra-agent-user
Create Agent Users in Microsoft Entra ID to enable AI agents to act as digital workers with user identity access.
What it does
- A Microsoft Entra tenant with Agent ID capabilities
- An agent identity (service principal of type ServiceIdentity) created from an agent identity blueprint
- One of the following permissions:
- AgentIdUser.ReadWrite.IdentityParentedBy (least privileged)
- AgentIdUser.ReadWrite.All
- User.ReadWrite.All
- The caller must have at minimum the Agent ID Administrator role (in delegated scenarios)
Requirements & configuration
- | Component | Type | Token Claim | Purpose |
- Authorization: Bearer <token>
- Requires Organization.Read.All permission.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Create Agent Users in Microsoft Entra ID to enable AI agents to act as digital workers with user identity access.
Source
Repository: https://github.com/github/awesome-copilot
entra-agent-user FAQ
What does the entra-agent-user skill do?
Create Agent Users in Microsoft Entra ID from Agent Identities, enabling AI agents to act as digital workers with user identity capabilities in Microsoft 365 and Azure environments. A Microsoft Entra tenant with Agent ID capabilities An agent identity (service principal of type ServiceIdentity) created from an agent identity blueprint
What does entra-agent-user require?
| Component | Type | Token Claim | Purpose | Authorization: Bearer <token> Requires Organization.Read.All permission.
How do I install entra-agent-user?
Run: npx -y skills add https://github.com/github/awesome-copilot --skill entra-agent-user --agent claude-code — the source lives at github.com/github/awesome-copilot.
Maintain entra-agent-user?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/github-awesome-copilot-entra-agent-user?ref=badge) npx agentictools info skills/github-awesome-copilot-entra-agent-user The second line is the CLI lookup for this page — handy in READMEs and docs.