Back to Microsoft Graph
Connect Knoon AI with Microsoft Graph (Microsoft) to automate AI workflows.
List Microsoft Entra ID (Azure AD) users, optionally filtered by display name search.
microsoftGraphListUsers
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| query | mustache | Optional search text applied to display names. | No |
| top | number | Maximum number of users to return (1-999). | No |
Returns
| Name | Type | Description |
|---|---|---|
| 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. |