list_users
Retrieve users from Active Directory or Azure AD with search filters for name, email, or department to manage directory information.
Instructions
List Active Directory or Azure AD users with optional filters. Supports filtering by name, email, or department.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter string: name, email, or department to search for | |
| department | No | Filter by department (partial match) | |
| max_results | No | Maximum number of results to return (default: 50) | |
| source | No | Data source: "ad" for on-prem LDAP, "azure" for Azure AD/Entra ID (available: ad, azure) | ad |