PingOne Platform APIs

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.