Get User By ID
Get a user's info by their ID.
- Least Privileged Microsoft Graph permission to access the action via application:
Chat.Create
. - Higher privileged Microsoft Graph permission to access the action via application:
Directory.ReadWrite.All
,User.ReadWrite.All
,Directory.Read.All
.
External Documentation
To learn more, visit the Microsoft Teams documentation.
Parameters
Parameter | Description |
---|---|
User ID | The id of the user. |
Example Output
{
"businessPhones": [
"+1 425 555 0109"
],
"displayName": "Adele Vance",
"givenName": "Adele",
"jobTitle": "Retail Manager",
"mail": "AdeleV@contoso.onmicrosoft.com",
"mobilePhone": "+1 425 555 0109",
"officeLocation": "18/2111",
"preferredLanguage": "en-US",
"surname": "Vance",
"userPrincipalName": "AdeleV@contoso.onmicrosoft.com",
"id": "87d349ed-44d7-43e1-9a83-5f2406dee5bd"
}
Workflow Library Example
Get User by Id with Microsoft Teams and Send Results Via Email
Preview this Workflow on desktop