MemberProfile

Represents personal identifying information associated with a Sparkfly Member. No fields are required nor guaranteed to be stored. Member profile data may be outsourced to third-party clients upon request.

  • birth_day
    Type: integer

    The day of the month the member was born.

  • birth_month
    Type: integer
    min:  
    1
    max:  
    12

    Month of birth expressed as a 1-based index (1 = January, 2 = February, etc.)

  • custom_data
    Type: object

    Arbitrary additional data attached to this member's profile.

  • email
    Type: string

    The member's e-mail address.

  • first_name
    Type: string

    The member's first name.

  • last_name
    Type: string

    The member's last name.

  • phone
    Type: string

    The member's contact phone number.