Skip to main content
Back to registry

entra-agent-user

github/awesome-copilot

An agent user is a specialized user identity in Microsoft Entra ID that enables AI agents to act as digital workers. It allows agents to access APIs and services that strictly require user identities (e.g., Exchange mailboxes, Teams, org charts), while maintaining appropriate security boundaries.

Installs6
Install command
npx skills add https://github.com/github/awesome-copilot --skill entra-agent-user
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
An agent user is a specialized user identity in Microsoft Entra ID that enables AI agents to act as digital workers. It allows agents to access APIs and services that strictly require user identities (e.g., Exchange mailboxes, Teams, org charts), while maintaining appropriate security boundaries. Agent users receive tokens with idtyp=user , unlike regular agent identities which receive idtyp=app . Important: The identityParentId must reference a true agent identity (created via an agent identity blueprint), NOT a regular application service principal. You can verify by checking that the service principal has @odata.type: #microsoft.graph.agentIdentity and servicePrincipalType: ServiceIdentity . Before creating an agent user, confirm the agent identity is a proper agentIdentity type: Verify the response contains: Common mistake: Using an app registration's appId or a regular application service principal's id will fail. Only agent identities created from blueprints work. Assigning a manager allows the agent user to appear in org charts (e.g., Teams).

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does entra-agent-user do?

An agent user is a specialized user identity in Microsoft Entra ID that enables AI agents to act as digital workers. It allows agents to access APIs and services that strictly require user identities (e.g., Exchange mailboxes, Teams, org charts), while maintaining appropriate security boundaries.

Is entra-agent-user good?

entra-agent-user does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does entra-agent-user work with?

entra-agent-user currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to entra-agent-user?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install entra-agent-user?

npx skills add https://github.com/github/awesome-copilot --skill entra-agent-user

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering