---
title: "Resend User Token for Activation"
method: POST
path: "/users/resend_token/{user_id}"
tags: ["Identity"]
---

# Resend User Token for Activation

`POST /users/resend_token/{user_id}`

Resend User Activation Link

## Path parameters

- `user_id` string, required

## Response `200`

Success

- ResendTokenResponse
  - `user_id` string, required — user id

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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