tie_search_ad_objects
Find Active Directory objects—users, computers, groups, OUs—by name or attribute with optional directory and type filters.
Instructions
Search Active Directory objects (users, computers, groups, OUs) by name or attribute.
Args: query: Search string to match against AD object names/attributes. directory_id: Restrict search to a specific directory. object_type: Filter by object type: "user", "computer", "group", "ou". page: Page number (1-based). per_page: Results per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| query | Yes | ||
| per_page | No | ||
| object_type | No | ||
| directory_id | No |