User Contact List

I’m building a website for a homeowners association and they want a page with a member directory so their logged in and confirmed HOA members would be able to search fellow HOA members and see their email, phone number, etc. I know I can build a list and connect it to a dataset but that doesn’t manage the content or link it into the contact list in the wix dashboard.

I found a built in members page that lets you view other site members but it only shows username and picture and doesn’t allow for any other personal details to be shown.

any thoughts on a smooth way to build this?

Hello,

If you feel like the built-in functionality is not enough for your needs, you can create your own alternative using code and customize it the way you prefer.

We have a step-by-step guide that will help you start:
Corvid Tutorial: Building Your Own Members Area

If you just want to retrieve the information about your site Contacts, you can use the following API https://www.wix.com/corvid/reference/wix-crm.html#ContactInfo

You can also query the default PrivateMembersData collection and populate it in the repeater/table the way you like (e.g. create a custom page where the search will be performed).