חזרה אל 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. |