put https://api.zenoti.com/v1/workshops//registrations//undo_sign_in
Use this API to undo the check-in of guests to a workshop.
You must specify workshop_id and the registration_id of the guest for this API to work.
error Object
Message | Code | Description |
---|---|---|
The registration is canceled | 1004 | If you are trying to check-in a canceled guest. |
User is waitlisted in the class and cannot sign in | 1004 | If your checking-in a guest who is already on the Waitlist. |
The Registration Id passed is not valid | 1004 | Invalid registration_id. |
Workshop is invalid | 1001 | The passed workshop parameter is invalid. |
Passed workshop is not associated with passed session guid | 1004 | The registration_id is not associated with the corresponding workshop. |
The user is enrolled, can't sign in | 1004 | If you are checking-in a guest who is already enrolled in the workshop. |
The user status is closed | 1004 | Checking-in a guest, whose status is closed. |