Skip to main content
POST
Count participants in a study

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

studyId
string
required

Body

application/json
filter
object

Filter option to search for people

Response

The participant count

size
number
required

The number of participants in the study matching the filter critera

Required range: x >= 0