Skip to main content

Update Person Email List

POST 

/users/v1/person/:person_id/email/list

deprecated

Update the email list for a person. This is used to control which emails a person receives.

Request

Path Parameters

    person_id uuidrequired

Body

required

    email_list_ids integer[]

    Default value: ``

    List of all email list ids the user is subscribed to, even if already subscribed before request

Responses

Successful Response

Schema

    any

Loading...