Skip to main content

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

or
80/100

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

low line 54

External URL reference

SourceSKILL.md
54GET https://graph.microsoft.com/beta/servicePrincipals/{agent-identity-id}
low line 72

External URL reference

SourceSKILL.md
72-Uri "https://graph.microsoft.com/beta/servicePrincipals/<agent-identity-id>" | ConvertTo-Json -Depth 3
low line 84

External URL reference

SourceSKILL.md
84POST https://graph.microsoft.com/beta/users/microsoft.graph.agentUser
low line 121

External URL reference

SourceSKILL.md
121-Uri "https://graph.microsoft.com/beta/users/microsoft.graph.agentUser" `
low line 138

External URL reference

SourceSKILL.md
138PUT https://graph.microsoft.com/beta/users/{agent-user-id}/manager/$ref
low line 143

External URL reference

SourceSKILL.md
143"@odata.id": "https://graph.microsoft.com/beta/users/{manager-user-id}"
low line 150

External URL reference

SourceSKILL.md
150$managerBody = '{"@odata.id":"https://graph.microsoft.com/beta/users/<manager-user-id>"}'
low line 152

External URL reference

SourceSKILL.md
152-Uri "https://graph.microsoft.com/beta/users/<agent-user-id>/manager/`$ref" `
low line 165

External URL reference

SourceSKILL.md
165PATCH https://graph.microsoft.com/beta/users/{agent-user-id}
low line 177

External URL reference

SourceSKILL.md
177GET https://graph.microsoft.com/beta/subscribedSkus?$select=skuPartNumber,skuId,consumedUnits,prepaidUnits
low line 186

External URL reference

SourceSKILL.md
186POST https://graph.microsoft.com/beta/users/{agent-user-id}/assignLicense
low line 205

External URL reference

SourceSKILL.md
205-Uri "https://graph.microsoft.com/beta/users/<agent-user-id>" `
low line 211

External URL reference

SourceSKILL.md
211-Uri "https://graph.microsoft.com/beta/users/<agent-user-id>/assignLicense" `
low line 264

External URL reference

SourceSKILL.md
264- [Agent identities](https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/agent-identities)
low line 265

External URL reference

SourceSKILL.md
265- [Agent users](https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/agent-users)
low line 266

External URL reference

SourceSKILL.md
266- [Agent service principals](https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/agent-service-principals)
low line 267

External URL reference

SourceSKILL.md
267- [Create agent identity blueprint](https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/create-blueprint)
low line 268

External URL reference

SourceSKILL.md
268- [Create agent identities](https://learn.microsoft.com/en-us/entra/agent-id/identity-platform/create-delete-agent-identities)
low line 269

External URL reference

SourceSKILL.md
269- [agentUser resource type (Graph API)](https://learn.microsoft.com/en-us/graph/api/resources/agentuser?view=graph-rest-beta)
low line 270

External URL reference

SourceSKILL.md
270- [Create agentUser (Graph API)](https://learn.microsoft.com/en-us/graph/api/agentuser-post?view=graph-rest-beta)
Scanned on Mar 1, 2026
View Security Dashboard