---
title: "Get And Set Updated User"
method: GET
path: "/v1/auth/verify-email"
tags: ["auth"]
---

# Get And Set Updated User

`GET /v1/auth/verify-email`

Contrary to the endpoint /v1/post-registration, where we send a user, when we call this endpoint we will
fetch Auth0 to retrieve an updated version of the user, and update it in our database.

This has the advantage that we only need to know the user's email, as oposed to having Auth0 sending the full object.

## Query parameters

- `email` string, required
- `success` 'true' | 'false', required
- `message` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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