microsoft-graph
Installation
SKILL.md
Microsoft Graph
Interact with Microsoft 365 services via the Graph API.
Environment Variables
MS_GRAPH_TOKEN- OAuth2 bearer token (delegated or application)
My profile
curl -s -H "Authorization: Bearer $MS_GRAPH_TOKEN" \
"https://graph.microsoft.com/v1.0/me" | jq '{displayName, mail, jobTitle}'