Skip to main content

Get User By ID

Get a user's info by their ID.

  • Least privileged Microsoft Graph permission to access the action via application: User.Read.All.
  • Least privileged Microsoft Graph permission to access the action via OAuth: User.Read.

More information about the higher privileged permissions can be found in the Microsoft Teams permissions documentation.

External Documentation

To learn more, visit the Microsoft Teams documentation.

Parameters

ParameterDescription
User IDThe 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

Workflow LibraryPreview this Workflow on desktop