action iqualify_patch_users_user_email_transfer { label: "Transfer a user between offerings" description: "Moves the user's access and progress from one offering to another." provider: iqualify method: PATCH path: "/users/{userEmail}/transfer" encoding: json input: { type: "object" properties: { fromOfferingId: { type: "string" } sendInvite: { type: "boolean" } toOfferingId: { type: "string" } } } output: { type: "object" additionalProperties: true } }