Update Person Email List
POST
/users/v1/person/{person_id}/email/list
Update the email list for a person. This is used to control which emails a person receives.
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path Parameters
person_id
required
string format: uuid
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>
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