Skip to main content

Update Person Email List For Self

POST 

/users/v1/person/me/email/list

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

Request

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...