Back to Microsoft Graph

Connect Knoon AI with Microsoft Graph (Microsoft) to automate AI workflows.

Fetch a Microsoft Entra ID (Azure AD) user profile by object ID or user principal name.
microsoftGraphGetUser
BETA
Internal
Permissions
  • User.Read.All
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
aadObjectIdmustache Azure AD object ID (or user principal name) of the user to fetch.Yes
Returns
NameTypeDescription
statusstring DONE.
sensitive.user.idstring User object ID.
sensitive.user.displayNamestring Display name.
sensitive.user.userPrincipalNamestring User principal name (UPN).
sensitive.user.mailstring Primary email address.
sensitive.user.givenNamestring Given name.
sensitive.user.surnamestring Surname.
sensitive.user.jobTitlestring Job title.
sensitive.user.mobilePhonestring Mobile phone number.
sensitive.user.businessPhones.phonestring Phone number.
sensitive.user.officeLocationstring Office location.
sensitive.user.accountEnabledboolean Whether the account is enabled.