返回 Microsoft Graph

将 Knoon AI 与 Microsoft Graph (Microsoft) 连接以自动化 AI 工作流。

Fetch a Microsoft Entra ID (Azure AD) user profile by object ID or user principal name.
microsoftGraphGetUser
测试版
内部
权限
  • User.Read.All
可选权限
没有可显示的项目。
参数
名称类型描述必填
aadObjectIdmustache Azure AD object ID (or user principal name) of the user to fetch.是的
回报
名称类型描述
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.