---
title: "Verify user email"
method: PUT
path: "/api/users/verifyEmail/{uuid}"
tags: ["User"]
---

# Verify user email

`PUT /api/users/verifyEmail/{uuid}`

Endpoint for email verification links

## Response `204`

Email address was successfully verified or rejected

## Other responses

- `400` — Bad request
- `403` — Authenticated user not allowed to perform this operation
- `404` — Invalid uuid

---

[API](https://skmtc.dev/cablelabs/apis/lpwan-server.md) · [All operations](https://skmtc.dev/cablelabs/apis/lpwan-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cablelabs/lpwan-server/revisions/a77a7d2af072/schema)
