cipp_list_users
List users in a Microsoft 365 tenant, with optional search by display name, user principal name, or email. Supports single tenant or all managed tenants.
Instructions
List users in a tenant
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchField | No | The user attribute to search on. Must be provided together with searchValue. | |
| searchValue | No | Value to match against the chosen searchField. displayName matches on prefix; userPrincipalName and mail must match exactly. Omit both search parameters to list every user in the tenant. | |
| tenantFilter | Yes | Tenant domain name or ID to scope the operation. Use 'allTenants' to target every managed tenant. |