Update Participant Status
Report participant
Report a participant for policy violations or quality issues. The Respondent team will review the report and take appropriate action.
PATCH
Report participant
Reporting immediately dismisses the response: its
status becomes CANCELLED and its visibility.status becomes DISMISSED. Dismissed responses are removed from the researcher UI and from default List screener responses results (the list defaults to visibilityStatus=VISIBLE). To retrieve them later, pass visibilityStatus=DISMISSED — note that filter also includes other dismissed responses, not only reports, so prefer persisting the screenerResponseId (and any other identifiers you need) on your side before reporting. The reported participant also cannot apply to future studies from your organization.Body
application/json
Response
200 - application/json
Available options:
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.
- This property is set to
true(withqualifiedset tofalse) if the participant has qualified based on their responses to the screener, but is in the process of verifying their identity. - Once the participant has completed ID verification,
qualifiedPendingIdVerificationwill be set to false.- If the verification was successful,
qualifiedwill be set totrue. - If the verification failed,
qualifiedwill remain set tofalseunless they were manually qualified through the qualification endpoint (PATCH /projects/{projectId}/screener-responses/{screenerResponseId}/qualify).
- If the verification was successful,
Available options:
researcher, respondent, admin Available options:
time, final Last modified on July 17, 2026
Previous
Mark as favoriteToggle a participant's favorite status. Favorited participants can be easily filtered when reviewing responses.
Next
Report participant