🎯

entra-agent-user

🎯Skill

from github/awesome-copilot

VibeIndex|
What it does
|

Entra agent user skill from Awesome GitHub Copilot, providing specialized agents and workflows for Microsoft Entra identity management with GitHub Copilot.

Overview

A GitHub Copilot skill for creating agent users in Microsoft Entra ID, enabling AI agents to act as digital workers with user identity capabilities. Agent users receive idtyp=user tokens (unlike regular agent identities with idtyp=app), allowing them to access user-only APIs such as Exchange mailboxes, Teams, and organizational charts within Microsoft 365 and Azure environments.

Key Features

  • Agent user provisioning: Step-by-step workflow for creating agent users via Microsoft Graph beta API, including identity parent verification, UPN configuration, account enablement, and the critical 1:1 relationship constraint between agent identities and agent users.
  • Manager and org chart integration: Assigns managers to agent users so they appear in organizational charts and People search, with HTTP and PowerShell examples for the Graph API manager/$ref endpoint.
  • License and capability management: Guides setting usage location and assigning Microsoft 365 licenses (Exchange mailbox, Teams, SharePoint/OneDrive) with detailed provisioning time estimates for each service (5 minutes to 48 hours).
  • Security boundary documentation: Clearly documents what agent users can do (join groups, own mailboxes, participate in Teams, appear in org charts) and what they cannot (no passwords, no admin roles, no role-assignable groups, guest-level permissions by default).
  • Comprehensive troubleshooting: Covers common errors including invalid identityParentId references, duplicate agent user attempts, UPN conflicts, and license assignment failures — each with specific causes and fixes.

Who is this for?

This skill is essential for Microsoft 365 and Azure identity administrators who are deploying AI agents that need to interact with user-scoped services. It is particularly valuable for teams building enterprise AI agents that must send emails, participate in Teams conversations, or appear in organizational directories as digital workers — all while maintaining proper security boundaries and identity governance.

📦

Same repository

github/awesome-copilot(315 items)

entra-agent-user

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add github/awesome-copilot --skill entra-agent-user
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add github/awesome-copilot --skill entra-agent-user
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/entra-agent-user/SKILL.md

SKILL.md

8,297Installs
-
AddedFeb 24, 2026

More from this repository10

🎯
git-commit🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
gh-cli🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
prd🎯Skill

Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications

🎯
documentation-writer🎯Skill

Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.

🎯
excalidraw-diagram-generator🎯Skill

Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.

🎯
refactor🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
java-springboot🎯Skill

Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.

🎯
multi-stage-dockerfile🎯Skill

Creates optimized multi-stage Dockerfiles for any language or framework, separating builder and runtime stages to produce smaller, more secure container images.

🎯
create-readme🎯Skill

Creates README.md files for projects.

🎯
memory-merger🎯Skill

Merges mature lessons from domain memory files into instruction files, consolidating knowledge with minimal redundancy across global, user, and workspace scopes.