# PersonVerifyEmailRequest

Model ID: `person.VerifyEmailRequest`

Request body for POST /auth/verify-email.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `email` | `string` | No | email |  |  | No | Email the OTP was sent to; used to look up the Cognito account. |
| `otp` | `string` | No |  |  |  | No | One-time verification code delivered by email. |
| `tenant_id` | `string` | No |  |  |  | No | Tenant the person belongs to. |

## Example

None declared in canonical OpenAPI.
