itglue_search_passwords
Search IT Glue passwords by name, organization, or URL. To get plaintext password, pass showPassword=true and confirm with 'SHOW_PASSWORD'.
Instructions
Search passwords. By default IT Glue returns metadata only; pass showPassword=true to include the password value in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | filter[name] | |
| organizationId | No | filter[organization_id] | |
| passwordCategoryId | No | filter[password_category_id] | |
| url | No | filter[url] | |
| cachedResourceName | No | filter[cached_resource_name] | |
| showPassword | No | If true, include the plaintext password field (show_password=true). Requires confirm: "SHOW_PASSWORD". | |
| confirm | No | Required when showPassword=true. Pass "SHOW_PASSWORD" verbatim. | |
| pageSize | No | page[size] — items per page (default IT Glue: 50, max 1000 for most endpoints). | |
| pageNumber | No | page[number] — 1-based page index. |