Microsoft Graph Users
Microsoft Graph Users refers to the Users resource in Microsoft Graph, which exposes Microsoft Entra ID (Azure AD) user accounts and their relationships and Microsoft 365 data through a unified API. It lets you list, read, create, update, and delete users; manage identities and lifecycle tasks such as assigning licenses, resetting passwords, and updating authentication settings; and retrieve related information like profile details, photos, managers, direct reports, group and role memberships. From a user, you can also navigate to their mail, calendar, OneDrive files, tasks, and Teams-related data. The endpoint supports powerful queries and change tracking via OData options like $select, $filter, $search, and delta, as well as batching for efficiency. Access requires OAuth 2.0 with delegated or application permissions, and many write or sensitive read operations need admin consent and least-privilege scopes.