Microsoft Users
Arcade Optimized
Arcade.dev LLM tools for Microsoft Graph user profiles and organizational hierarchy
4tools
Microsoft Users Toolkit
Provides LLM tools for querying Microsoft Graph user profiles and organizational hierarchy. Enables agents to look up user details, resolve org relationships, and enrich workplace data within a Microsoft 365 tenant.
Capabilities
- Profile lookup: Retrieve full profile data (name, email, job title, department, office location, tenant domain) for the authenticated user or one/more other users identified by email, UPN, or user ID — with automatic single vs. batch Graph API optimization.
- Organizational hierarchy: Traverse reporting structures by fetching a user's direct reports (paginated) or their direct manager; gracefully handles top-level executives with no manager.
- Self-identification: Dedicated tool for agents to determine who the currently authenticated user is, useful for scoping downstream actions.
- Microsoft 365 accounts only: All tools require a work or school account; personal Microsoft accounts (outlook.com, hotmail.com, live.com) are not supported.
OAuth
This toolkit authenticates via OAuth 2.0 using the Microsoft provider. See the Arcade Microsoft auth provider docs for setup details.
Available tools(4)
4 of 4 tools
Operations
Behavior
| Tool name | Description | Secrets | |
|---|---|---|---|
Get a user's direct reports from the organizational hierarchy.
Returns a paginated list of users and organizational contacts who report
directly to the specified user.
Requires a Microsoft 365 work or school account. Not available for
personal Microsoft accounts (outlook.com, hotmail.com, live.com). | |||
Get a user's direct manager from the organizational hierarchy.
Returns the manager's profile data. If the user has no manager (e.g.,
top-level executives), returns a response indicating no manager was found.
Requires a Microsoft 365 work or school account. Not available for
personal Microsoft accounts (outlook.com, hotmail.com, live.com). | |||
Look up one or more users by email address, UPN, or user ID.
Accepts a list of identifiers and automatically optimizes between single
and batch Graph API calls. Use this to enrich calendar attendees or email
participants with job titles, departments, and org data.
Requires a Microsoft 365 work or school account. Not available for
personal Microsoft accounts (outlook.com, hotmail.com, live.com). | |||
Get information about the current user including name, email, job title,
department, office location, and tenant domain. |
Get Building
Last updated on