Set the scheduled time and timezone after booking a time with a participant. This will be displayed to the participant.
The timezone of the scheduled booking Date. Must be a valid IANA timezone. For a list of valid timezones, see: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Note: we expect the date to be in the format of YYYY-MM-DDTHH:MM:SS (ISO 8601), in the timezone specified. Offset will be removed from the input date. Date will be stored in UTC.
Deprecated: Use bookingLink instead to allow for a separation between the booking link and the meeting link.
BookingUrl is optional and can be used if researcher wants to update the booking url during schedule.
This will also update the invitation remoteCommunicationDetails.
bookingLink is optional and can be used if researcher wants to update the bookingUrl during schedule.
meetingLink is optional and can be used if researcher wants to update the remoteCommunicationDetails that was set during invitation.
Link to cancel a meeting. If not set, bookingLink (or bookingUrl, which is deprecated) will be used if set, otherwise bookingUrl from project.externalResearcer will be used.
PENDING, INVITED, SCHEDULED, ATTENDED, NOSHOW, INVALIDRESPONSE, REJECTEDQUALITY, PAID, CANCELLED The visibility status of the screener response. If a screener response is visible, it can be interacted with (invited etc). If a screener response is not visible, it cannot be interacted with. A screener may be hidden for various reasons, and a screener can change from visible to not visible at any time if a participant or screener is found to be untrustworthy. There is a webhook that will notify the client when a screener response changes visibility.
true (with qualified set to false) if the participant has qualified based on their responses to the screener, but is in the process of verifying their identity.qualifiedPendingIdVerification will be set to false.
qualified will be set to true.qualified will remain set to false unless they were manually qualified through the qualification endpoint
(PATCH /projects/{projectId}/screener-responses/{screenerResponseId}/qualify).researcher, respondent, admin time, final