lookup_user
Find a Request Tracker user by name or email fragment. Retrieve user details including name, real name, email, and disabled status with pagination and custom fields.
Instructions
Search for RT users by name or email address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| query | Yes | Name or email fragment to search for | |
| fields | No | Comma-separated fields to include. Replaces the default (Name,RealName,EmailAddress,Disabled) rather than adding to it. | |
| per_page | No | Results per page (max 100, default 20) |