---
title: "Accept Newsletter admin-request"
method: PUT
path: "/newsletters/{NewsletterID}/admins/{ContactID}"
tags: ["Newsletters"]
---

# Accept Newsletter admin-request

`PUT /newsletters/{NewsletterID}/admins/{ContactID}`

This method is responsible for accepting an request to become an administrator of a WhatsApp Channel. This request is a message that you can both send like invitation and receive through the received message webhook

## Path parameters

- `NewsletterID` string, required — Newsletter ID
- `ContactID` string, required — Contact ID

## Response `200`

OK

- ResponseSuccess
  - `success` boolean

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for this action
- `404` — Specified newsletter not found
- `500` — Internal Error

---

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