---
title: "Verify User Email"
method: GET
path: "/{site_id}/account/email_verify"
tags: ["users"]
---

# Verify User Email

`GET /{site_id}/account/email_verify`

Validates a confirmation token to verfiy a users email address.

## Path parameters

- `site_id` string, required

## Query parameters

- `token` string, required

## Response `200`

OK

## Other responses

- `400` — Invalid token

---

[API](https://skmtc.net/viafoura/apis/engagement-api.md) · [All operations](https://skmtc.net/viafoura/apis/engagement-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/viafoura/engagement-api/revisions/ea12eb6ecdc1/schema)
