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.