Microsoft Graph に戻る

Microsoft Graph (Microsoft) と Knoon AI を接続して 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.