| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationStatus |
Status of registration for this participant WaitingApproval = User's application is awaiting approval Approved = User has been approved for this opportunity Cancelled = User has cancelled their registration Draft = User started but has not completed their registration Declined = User's application was declined |
string | |
| DateRegistered |
Date participant registered for event |
date | |
| Attended |
Whether user attended this opportunity. Null if opportunity did not have attendance enabled |
boolean | |
| RegisteredForAllTimeSlots |
Whether user registered for all time slots of a repeating opportunity |
boolean | |
| TimeSlots |
The specific time slots a user registered for of a repeating opportunity |
Collection of ParticipantTimeSlot | |
| UserId | integer | ||
| GUID | string | ||
| FirstName | string | ||
| LastName | string | ||
| string | |||
| Phone | string | ||
| Address | AddressModel | ||
| ProfileUrl |
URL to member profile |
string | |
| PassportStatus |
Status of the participant's passport |
string | |
| FirstNameOnPassport |
First name on the participant's passport |
string | |
| MiddleNameOnPassport |
Middle name on the participant's passport |
string | |
| LastNameOnPassport |
Last name on the participant's passport |
string | |
| FullNameOnPassport |
Full name on the participant's passport |
string | |
| PassportSex |
Sex on the participant's passport |
string | |
| PassportPlaceOfBirth |
Place of birth on the participant's passport |
string | |
| PassportDateOfBirth |
Date of birth on the participant's passport |
date | |
| PassportNumber |
The participant's passport number |
string | |
| PassportIssued |
Date the participant's passport was issued |
date | |
| PassportIssuedBy |
Who issued the participant's passport |
string | |
| PassportExpirationDate |
Date the participant's passport expires |
date | |
| PassportImageUrl |
Link to the participant's passport image |
string | |
| Households |
Collection of all user households that he is a member of |
Collection of HouseholdModel | |
| Interests |
Collection of all user interests |
Collection of CategorySimpleModel |