action ritc_list_app_channel_users { label: "listAppChannelUsers" description: "Get users of a specified channel" provider: ritc method: GET path: "/apps/channels/{channel_id}/users" encoding: json input: { type: "object" properties: { channel_id: { type: "string" } } required: ["channel_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }