---
title: "Resend Teacher Welcome Email"
method: POST
path: "/admin/users/{user_id}/resend-teacher-welcome-email"
tags: ["admin"]
---

# Resend Teacher Welcome Email

`POST /admin/users/{user_id}/resend-teacher-welcome-email`

Resend the teacher welcome email ("Bienvenue sur Excellence !") to a teacher.

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- ResendTeacherWelcomeEmailResponse
  - `success` boolean, required
  - `user_id` string, required
  - `detail` 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.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
