Returns details about a member

Request Information

URI Parameters

Name Description Type Additional information
userId

Id for the member you want to retrieve

integer

Required

Body Parameters

None.

Sample Request

https://api.servicereef.com/v1/members/{userId}

Response Information

Resource Description

MemberModel
Name Description Type Additional information
Birthdate

date
Website

string
Facebook

string
Twitter

string
ThumbUrl

Url to thumbnail image for member. 50x50 pixels

string
ImageUrl

Url to larger image for member. 200 pixels wide

string
Trips

Opportunities this member has been on or applied for

Collection of TripParticipantModel
MasterApplicationAnswers

DEPRECICATED: Use /v1/members/[memberId]/forms endpoint instead

Collection of ApplicationAnswerModel
Badges

Badges this member has earned

Collection of string
ArenaId

integer
FacebookId

string
DateUpdated

date
IntegrationIdentifiers

Identifiers in integrated systems

Collection of IntegrationIdentifierModel
FellowshipOnePersonId

integer
ExternalId

string
BackgroundCheckDate

Date background check was approved for organization

date
MemberQuestions

Member Questions

Collection of ApplicationAnswerModel
UserId

integer
FirstName

string
LastName

string
Email

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

Try API

Try this endpoint by entering your credentials and using the API Explorer.

Try With API Explorer

Response Formats

application/json, text/json

Sample:

Sample not available.