Quay lại Microsoft Graph
Kết nối Knoon AI với Microsoft Graph (Microsoft) để tự động hóa các quy trình làm việc AI.
List Microsoft Entra ID (Azure AD) users, optionally filtered by display name search.
microsoftGraphListUsers
BẢN THỬ NGHIỆM
Nội bộ
Quyền hạn
Quyền hạn tùy chọn
Không có mục nào để hiển thị.
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| query | mustache | Optional search text applied to display names. | Không |
| top | number | Maximum number of users to return (1-999). | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| status | string | DONE. |
| sensitive.users.user.id | string | User object ID. |
| sensitive.users.user.displayName | string | Display name. |
| sensitive.users.user.userPrincipalName | string | User principal name (UPN). |
| sensitive.users.user.mail | string | Primary email address. |
| sensitive.users.user.givenName | string | Given name. |
| sensitive.users.user.surname | string | Surname. |
| sensitive.users.user.jobTitle | string | Job title. |
| sensitive.users.user.mobilePhone | string | Mobile phone number. |
| sensitive.users.user.businessPhones.phone | string | Phone number. |
| sensitive.users.user.officeLocation | string | Office location. |
| sensitive.users.user.accountEnabled | boolean | Whether the account is enabled. |
| sensitive.nextLink | string | OData nextLink for pagination when present. |