返回 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
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| aadObjectId | mustache | Azure AD object ID (or user principal name) of the user to fetch. | 是的 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | DONE. |
| sensitive.user.id | string | User object ID. |
| sensitive.user.displayName | string | Display name. |
| sensitive.user.userPrincipalName | string | User principal name (UPN). |
| sensitive.user.mail | string | Primary email address. |
| sensitive.user.givenName | string | Given name. |
| sensitive.user.surname | string | Surname. |
| sensitive.user.jobTitle | string | Job title. |
| sensitive.user.mobilePhone | string | Mobile phone number. |
| sensitive.user.businessPhones.phone | string | Phone number. |
| sensitive.user.officeLocation | string | Office location. |
| sensitive.user.accountEnabled | boolean | Whether the account is enabled. |