# Update List Recipient

Update the subscription status of a list recipient. To obtain a valid listrecipient_ID, first call GET /v3/REST/listrecipient to list your list recipients.

Endpoint: PUT /v3/REST/listrecipient/{listrecipient_ID}
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `listrecipient_ID` (integer, required)
    Unique numeric ID of the list recipient.
    Example: 14000

## Request fields (application/json):

  - `IsUnsubscribed` (boolean)
    Indicates whether the list recipient is unsubscribed from this List ID or not.

Default value: false

## Response 200 fields (application/json):

  - `Count` (integer)
    Indicates the number of objects in the Data array.

  - `Data` (array)
    A JSON array containing a list of objects returned by this endpoint.

  - `Data.ContactID` (integer)
    Unique numeric ID for the contact the list recipient is linked to.

  - `Data.ID` (integer)
    Unique numeric ID assigned to this list recipient.

  - `Data.ListID` (integer)
    Unique numeric ID of the contact list, to which the list recipient was subscribed.

  - `Data.ListName` (string)
    The name of the contact list, to which the list recipient was subscribed.

  - `Data.SubscribedAt` (string)
    Timestamp indicating when the list recipient was subscribed to the list.

  - `Data.UnsubscribedAt` (string)
    Timestamp indicating when the list recipient was unsubscribed from the list.

  - `Data.IsUnsubscribed` (boolean)
    Indicates whether the list recipient is unsubscribed from this List ID or not.

Default value: false

  - `Data.IsActive` (boolean)
    Legacy Property - indicates whether the subscription for this contact is active or not. Please use IsUnsubscribed instead.

Default value: true

  - `Total` (integer)
    Indicates the number of objects in the Data array.


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 429 fields

## Response 500 fields
