action iqualify_post_offerings_offering_id_channels_channel_id_learners { label: "Add learners to a group channel" description: "Adds a learner to a specified group channel." provider: iqualify method: POST path: "/offerings/{offeringId}/channels/{channelId}/learners" encoding: json input: { type: "object" properties: { email: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }