---
title: "POST /api/public/trainees/{traineeId}/send-credentials"
method: POST
path: "/api/public/trainees/{traineeId}/send-credentials"
tags: ["Trainees"]
---

# POST /api/public/trainees/{traineeId}/send-credentials

`POST /api/public/trainees/{traineeId}/send-credentials`

Send the trainee their app access details by email. This generates a new password for the trainee and emails it to them, so it doubles as a password reset. Use it after creating a trainee, since POST /trainees does not send access details on its own.

## Path parameters

- `traineeId` string, required

## Headers

- `Idempotency-Key` string

## Response `200`

Successful response

- object — Successful response
  - `data` object
    - `id` string
    - `sent` boolean

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.dev/coach-platform/apis/coach-platform-api.md) · [All operations](https://skmtc.dev/coach-platform/apis/coach-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coach-platform/coach-platform-api/revisions/3d18b514ae8c/schema)
