People
Update a person's opted out status
Pass either the person ID or email to update the opted out status
PUT
/
people
/
{personIdOrEmail}
/
opted-out
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id or email of the person. The id is the internal id of the person or if the email passed is valid then it will be used for lookup
Body
application/json
Whether the person is opted out of research