action pendo_get_users_search { label: "Find a User with a query" provider: pendo method: GET path: "/users/search" encoding: json input: { type: "object" properties: { email: { type: "string" } external_id: { type: "string" } role: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }