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

Authorizations

Request Body required

Request to update a person’s email list subscriptions

object
email_list_ids

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

Array<integer>
default:

Responses

200

Successful Response

403

Forbidden

Message only response

object
message
required

Message

string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string

500

Internal Server Error

Message only response

object
message
required

Message

string