Skip to content

Get Person Email List

Deprecated
GET
/users/v1/person/{person_id}/email/list

Get the email list ids for a person

Authorizations

Parameters

Path Parameters

person_id
required
string format: uuid

Responses

200

Successful Response

Response for updating a person’s email list subscriptions

object
email_list_ids
required

List of all email list ids the user is subscribed to

Array<integer>

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