action gsmtasks_users_list { label: "users_list" provider: gsmtasks method: GET path: "/users/" encoding: json input: { type: "object" properties: { cursor: { type: "integer" } format: { type: "string" enum: ["json", "xml"] } page_size: { type: "integer" } search: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }