Help Accessing the data from Members area

Relatively new to wix. I am trying to create a website where people have custom profile pages, kind of like a Facebook. I added a members area to my site, and I’ve noticed that when a new member is added, it adds them to the “Site Members” section in contacts. I’ve also seen that you can customize the info for each member.

My question is, how can I access that data to display it in say a text box on their profile page? I was able to add different “member area pages” but I haven’t been able to figure out how to display certain things about that member on each page. In addition, how do I add information a specific field within their member info?

Basically, my question is how do I access the data for members?

Hi,

This should be possible through the “PrivateMembersData” collection fields. Check out this guide for more.

This appears to work for the default fields but not for the custom fields. Is there a way besides console.log to get the fieldID for the custom fields added on MY ACCOUNT page?

I believe the term is “extendedFields”. Is there a way to set new field ID on these fields?