swsd_list_users
List SolarWinds Service Desk users with details like name, email, role, and site. Filter by email or show only users available for assignment.
Instructions
List SWSD users. Returns id, name, email, disabled, available_for_assignment, role, site, department, title. Set available_for_assignment_only: true to find valid assignees for swsd_assign_incident. Set email to look up one user exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed). | |
| No | Filter to a specific email exactly. | ||
| query | No | Optional name or email substring filter. | |
| per_page | No | Results per page (1-100). | |
| available_for_assignment_only | No | If true, only return users who can be assigned tickets. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| users | Yes | ||
| pagination | Yes |