Subscribers

Assign

Assign subscribers to a group.

put/1/newsletters/{domain}/subscribers/assign

Path parameters

domaininteger required

Unique identifier of the Domain

Request body

groupsstring[]

An array of valid identifiers or the names of groups to be created.

segmentstring

Filter subscribers with a segment

Response

Accepted

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

datastring

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.