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 |
|---|---|---|---|---|
|
String |
N/A |
Read-only |
The environment associated with the user. |
|
String |
N/A |
Read-only |
The user ID. |
|
String |
Required |
Mutable |
Indicates whether the notification is sent to an |
|
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.