Microsoft Graph로 돌아가기

Knoon AI를 Microsoft Graph (Microsoft)과 연결하여 AI 워크플로우를 자동화하세요.

List Microsoft Entra ID (Azure AD) users, optionally filtered by display name search.
microsoftGraphListUsers
베타
내부
권한
  • User.Read.All
선택사항 권한
표시할 항목이 없습니다.
매개변수
이름유형설명필수
querymustache Optional search text applied to display names.아니요
topnumber Maximum number of users to return (1-999).아니요
반환값
이름유형설명
statusstring DONE.
sensitive.users.user.idstring User object ID.
sensitive.users.user.displayNamestring Display name.
sensitive.users.user.userPrincipalNamestring User principal name (UPN).
sensitive.users.user.mailstring Primary email address.
sensitive.users.user.givenNamestring Given name.
sensitive.users.user.surnamestring Surname.
sensitive.users.user.jobTitlestring Job title.
sensitive.users.user.mobilePhonestring Mobile phone number.
sensitive.users.user.businessPhones.phonestring Phone number.
sensitive.users.user.officeLocationstring Office location.
sensitive.users.user.accountEnabledboolean Whether the account is enabled.
sensitive.nextLinkstring OData nextLink for pagination when present.