graph-users

Locates people in Microsoft 365 by name or email and returns their contact details.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/tluisguereroItesm/agentec-skills --skill graph-users
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graph-users
Source: https://github.com/tluisguereroItesm/agentec-skills/tree/main/skills/graph-users
Command: npx skills add https://github.com/tluisguereroItesm/agentec-skills --skill graph-users

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate and connect with people in your organization by quickly finding their contact details, manager, and team structure in Microsoft 365.

Core Features & Use Cases

  • Search: find users by name or email and retrieve display name, email, and phone when available.
  • Manager & Reports: identify a person's manager and list their direct reports.
  • List by department: show users within a specified department or organizational unit.
  • Authentication: perform Microsoft Graph authentication using the action auth-login and poll with auth-poll when required.

Quick Start

Query for a coworker by name, then ask for their email and department.

Frequently Asked Questions about graph-users

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find someone's contact details in the Microsoft 365 directory?

You can search the Microsoft 365 directory by name or email to quickly retrieve a user's display name, email, and phone number when available.

Can I identify a person's manager and direct reports in Microsoft 365?

Yes, you can identify a person's manager and list their direct reports by querying the organizational structure through the Microsoft Graph directory.

How do I list all users within a specific department in Microsoft 365?

You can list users within a specified department or organizational unit by applying directory search filters to return matching team members.

Do I need to authenticate to search the organizational directory?

Yes, searching the Microsoft 365 directory requires performing Microsoft Graph authentication using the auth-login action and completing it with auth-poll.

What are the limitations of searching for users in Microsoft Graph?

While you can retrieve display names, emails, and phone numbers, the availability of specific contact details like phone numbers depends on what is populated in the user's Microsoft 365 profile.