Get my profile
me_get_profileRetrieves the signed-in user's Entra ID profile from Microsoft Graph. Returns default properties like displayName, mail, and userPrincipalName, or accepts a select parameter for custom fields.
Instructions
Returns the signed-in user's own Entra ID profile from /me: by default id, displayName, mail, userPrincipalName, jobTitle, officeLocation and preferredLanguage. Pass select to ask for different properties instead. Properties Graph returns as null or empty are omitted, so a missing key means "not set" rather than "not requested". mail is null for accounts without an Exchange mailbox and personal Microsoft accounts leave the work fields empty — userPrincipalName is the identifier that is always present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| select | No | Graph `user` property names to return instead of the default set, e.g. ["displayName","department","mobilePhone"]. Bare property names only: navigation paths such as "manager/displayName" and any other OData expression are rejected. Omit for the compact default projection. |