---
title: "Enable Email Beta"
method: POST
path: "/admin/student-beta/emails/enable"
tags: ["Admin - Student Beta"]
---

# Enable Email Beta

`POST /admin/student-beta/emails/enable`

## Request body

- EmailBetaUpdateRequest
  - `email` string, email, required

## Response `200`

Successful Response

- StudentBetaUpdateResponse
  - `action` 'enable' | 'disable', required
  - `target_type` 'school' | 'email', required
  - `target_value` string, required
  - `matched_students` integer, required
  - `modified_students` integer, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
