---
title: "Set contact-list opt-in choice"
method: PUT
path: "/cl/choice"
tags: ["Cl"]
---

# Set contact-list opt-in choice

`PUT /cl/choice`

**Requires permissions:** *Guardian* or *Parent*

Opts the calling parent/guardian into or out of the contact list. Opting in stamps the opt-in date; opting out preserves the original date (legacy parity).

## Request body

- UpdateChoiceRequest
  - `optIn` boolean

## Response `200`

Success - choice updated

- UpdateChoiceResponse
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Caller has no resolvable contact record

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
