MemberSpace API
  • Welcome
  • Getting Started
    • Install Code
      • Multi-subdomain site
    • Using query parameters
  • Javascript API
    • Signature
      • Events
        • MemberSpace.ready
        • MemberSpace.member.info
        • MemberSpace.member.logout
        • MemberSpace.member.registration
        • MemberSpace.conversion
      • Functions
        • MemberSpace.getMemberInfo
        • MemberSpace.getMemberMetadata
        • MemberSpace.updateMemberMetadata
        • MemberSpace.clearMemberMetadata
      • Flags
        • MemberSpace.ready
      • Structures
        • MemberInfo
    • Guides
      • Getting Member Information - SSR
      • Getting Member Information - SPA
    • Migration Guide
  • Protecting content
    • Showing/Hiding Elements
  • Embedding
    • Member Information
      • Embedding Member Info
      • Prefilling Forms
      • Available Data Types
  • Links
    • Help Center
    • Admin
    • Sign Up
Powered by GitBook
On this page

Was this helpful?

  1. Embedding
  2. Member Information

Available Data Types

The following data types are available through the member informatin embed and prefill features

Attribute

Type

Description

id

number

Internal identifier of the member

firstName

string

First name

lastName

string

Last name

name

string

First name + white space + Last name

email

string

Email

profileImageUrl

string

Url for the profile image ( if the member uploaded one )

customSignupField#

any

The value of a specific custom signup field (# should be replaced with the id of the field)

The id of a custom signup field can be found in the MemberSpace Admin, in the url bar of the browser when editing a custom field: https://admin.memberspace.com/sites/0/custom_fields/24/edit

PreviousPrefilling Forms

Last updated 1 year ago

Was this helpful?