---
title: User Email Verification
description: The user email verification endpoint supports operations to verify a user's email through a verification code.
component: pingone-api
page_id: pingone-api:platform:users/user-email-verification
canonical_url: https://developer.pingidentity.com/pingone-api/platform/users/user-email-verification.html
section_ids:
  user-email-verification-data-model: User email verification data model
---

# User Email Verification

The user email verification endpoint supports operations to verify a user's email through a verification code.

## User email verification data model

| Property           | Type   | Required? | Mutable?  | Description                                                                                                                                                           |
| ------------------ | ------ | --------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `environment.id`   | String | N/A       | Read-only | The environment associated with the user.                                                                                                                             |
| `user.id`          | String | N/A       | Read-only | The user ID.                                                                                                                                                          |
| `notificationType` | String | Required  | Mutable   | Indicates whether the notification is sent to an `admin` or `user`.                                                                                                   |
| `verificationCode` | String | Required  | Read-only | The code sent to verify the user's email. The email verification code is 8 alphanumeric characters with a timeout of 24 hours. These attributes are not configurable. |

For more user property descriptions, refer to the [Users data model](users-1.html#users-data-model).
