entra-agent-user
Enables the creation of agent users in Microsoft Entra ID, allowing AI agents to function as digital workers in Microsoft 365 and Azure.
Install this skill
Security score
The entra-agent-user skill was audited on Mar 1, 2026 and we found 20 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
External URL reference
| 54 | GET https://graph.microsoft.com/beta/servicePrincipals/{agent-identity-id} |
External URL reference
| 72 | -Uri "https://graph.microsoft.com/beta/servicePrincipals/<agent-identity-id>" | ConvertTo-Json -Depth 3 |
External URL reference
| 84 | POST https://graph.microsoft.com/beta/users/microsoft.graph.agentUser |
External URL reference
| 121 | -Uri "https://graph.microsoft.com/beta/users/microsoft.graph.agentUser" ` |
External URL reference
| 138 | PUT https://graph.microsoft.com/beta/users/{agent-user-id}/manager/$ref |
External URL reference
| 143 | "@odata.id": "https://graph.microsoft.com/beta/users/{manager-user-id}" |
External URL reference
| 150 | $managerBody = '{"@odata.id":"https://graph.microsoft.com/beta/users/<manager-user-id>"}' |
External URL reference
| 152 | -Uri "https://graph.microsoft.com/beta/users/<agent-user-id>/manager/`$ref" ` |
External URL reference
| 165 | PATCH https://graph.microsoft.com/beta/users/{agent-user-id} |
External URL reference
| 177 | GET https://graph.microsoft.com/beta/subscribedSkus?$select=skuPartNumber,skuId,consumedUnits,prepaidUnits |
External URL reference
| 186 | POST https://graph.microsoft.com/beta/users/{agent-user-id}/assignLicense |
External URL reference
| 205 | -Uri "https://graph.microsoft.com/beta/users/<agent-user-id>" ` |
External URL reference
| 211 | -Uri "https://graph.microsoft.com/beta/users/<agent-user-id>/assignLicense" ` |
External URL reference
| 264 | - [Agent identities](https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/agent-identities) |
External URL reference
| 265 | - [Agent users](https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/agent-users) |
External URL reference
| 266 | - [Agent service principals](https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/agent-service-principals) |
External URL reference
| 267 | - [Create agent identity blueprint](https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/create-blueprint) |
External URL reference
| 268 | - [Create agent identities](https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/create-delete-agent-identities) |
External URL reference
| 269 | - [agentUser resource type (Graph API)](https://learn.microsoft.com/en-us/graph/api/resources/agentuser?view=graph-rest-beta) |
External URL reference
| 270 | - [Create agentUser (Graph API)](https://learn.microsoft.com/en-us/graph/api/agentuser-post?view=graph-rest-beta) |
Install this skill with one command
/learn @github/entra-agent-user