| Variable | Type | Description |
|---|---|---|
| subscriber_id | string|int | The ID of the subscriber for which to update the profiling |
| profiling_status | string|int | The profiling status for the subscriber. Allowed values are 0 or 1 |
| Parameter | Description |
|---|---|
| boolean | True if the update has succeeded, False otherwise |
true | Code | Message | Description |
|---|---|---|
| 407 | Missing required param subscriber_id | subscriber_id param is required |
| 407 | Missing required param profiling_status | profiling_status param is required |
| 101 | Not allowed for list_id = %s | Invalid access to subscriber list_id |
| 108 | List %s has been deleted | List ID belongs to a list which has been deleted |
| 121 | Could not load subscriber | The subscriber was not found |
| 129 | Not allowed for subscriber with ID: %s | Not allowed for this subscriber |
{ "err": true, "message": "Missing required param subscriber_id", "code": 407 }
{ "err": true, "message": "Missing required param profiling_status", "code": 407 }
{ "err": true, "message": "Not allowed for subscriber with ID: 420001", "code": 129 }