cipp_list_users
Retrieve users from a Microsoft 365 tenant, with optional search by display name, email, or user principal name.
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. Supports partial string matching. | |
| tenantFilter | Yes | Tenant domain name or ID to scope the operation. Use 'allTenants' to target every managed tenant. |