Select a Platform
- Home
- Quick Overview
- App Manager
- SDKs
- Features
- REST API
- API Intro
- App Authentication
- Application Data
- Custom Auth
- Custom Data
- Events
- Events Intro
- Event Add
- Event Get
- Event Update
- Event Comment Add
- Event Comment Delete
- Event Comments Get
- Event Comment Update
- Event Participant Invite
- Event Participants Invite
- Event Participants Get
- Event Participant Delete
- Event Request Invitation
- Event RSVP
- Events Search
- Events Search by Person ID
- Event AppData Add
- Event AppData Delete
- Event AppData Get
- Event AppData Get All
- Event AppData Update
- Friends
- GeoCode
- Locations
- Notifications
- Persons
- Definitions
- Enums
VerificationStatus
Defines the Enum values for the MobileVerificationStatus and EmailVerificationStatus properties of a Person.
Values
| Name | Value | Data Type | Notes |
|---|---|---|---|
| None | 0 | Integer | Indicates the VerificationStatus is in a default state and no verification has been attempted. |
| Sent | 1 | Integer | Indicates a Verification Notification has been sent to the user for a given NotificationSendMethod. |
| Complete | 2 | Integer | Indicates a NotificationSendMethod has been verifed by the user and can now be used to send a Notification. |
| Error | 3 | Integer | Indicates there was an error verifying a NotificationSendMethod. |
