action redirection_get_user_collection { label: "Retrieves the collection of User resources." provider: redirection method: GET path: "/users" encoding: json input: { type: "object" properties: { organizationId: { type: "string" } search: { type: "string" } } required: ["organizationId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }