---
title: "Auth0 User Verification"
method: POST
path: "/v1/user/verify/{access_key}"
tags: ["Identity"]
---

# Auth0 User Verification

`POST /v1/user/verify/{access_key}`

User Verify

## Request body

- UserVerificationRequest
  - `email` string, required — User email

## Response `200`

Success

- UserVerificationResponse
  - `user_id` string — User id
  - `token` string
  - `reset_key` string
  - `status` string

## 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)
