action iqualify_post_offerings_offering_id_users_user_email_badges_award { label: "Award badge" description: "Awards a badge to a user in the offering." provider: iqualify method: POST path: "/offerings/{offeringId}/users/{userEmail}/badges/award" encoding: json output: { type: "object" properties: { awarded: { type: "boolean" } badgeId: { type: "string" } badgeUrl: { type: "string" } } } }