POST

Approve Join Application


Developer Preview

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

Approves a member's request to join a program.

Changes status from APPROVAL_PENDING to APPROVED. Returns an error if the join application has any other status.

For a free program, a participant is created immediately. If the program requires payment, paymentStatus is updated and the member must complete payment before a participant is created.

To reject the request instead, call Decline Join Application.

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/participants/v3/join-applications/{joinApplicationId}/approve

Errors
428Failed Precondition

There are 3 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?