POST

Bulk Create Participants


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates participants in bulk.

All participants in a single bulk create request must belong to the same program. Returns an error if the member is already a participant in the specified program.

When pricingType is SINGLE_PAYMENT, provide singlePaymentDetails. When pricingType is PAID_PLAN, provide paidPlanDetails. When pricingType is FREE_COUPON, provide freeCouponDetails. Other pricing types (FREE, ADDED_MANUALLY) don't require details.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Online Programs
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/online-programs/v3/bulk/participants/create

Errors
400Invalid Argument

There is 1 error with this status code.

428Failed Precondition

There are 2 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?