Waitlist Participants

Move a participant to a specific position in a waitlist, to the top of the waitlist, or to the bottom of the waitlist.
Resource
Resource example
Available version
62.0
HTTP methods
PATCH
Request body for PATCH
Root XML tag
<updateWaitlistParticipant>
JSON example
Properties
Name Type Description Required or Optional Available Version
target​Position Integer Position in the waitlist to move the participant to. A value of 1 moves the participant to the top, and -1 moves the participant to the bottom. In API version 65.0 and later, a positive integer n moves the participant to the nth position; if n exceeds the number of participants in the waitlist, the participant moves to the bottom. Required 62.0
waitlist​ParticipantId String ID of the waitlist participant record to move. The participant's Status must be Unassigned. Required 62.0
Response body for PATCH
Waitlist Participants Update