Show custom user data based on login.

Hello,

I’m trying to create a custom member page, where based on the user who is logged in, this member page will show that specific user’s 401k contribution percentage or any other user specific data. I’m trying to find how to do this without the need to enter anything on the user end, and to just have it show when members click on the page link. Would definitely need to show their specific data only.

Thanks for the help!

Spencer

You will find some informations in the Velo-API in the “wix-users” - API or "wix-Users

Is there any specific help pages on this?

Sorry for the late reply.

This link will guide you to the right direction…
https://www.wix.com/velo/reference/wix-users-backend/getuser

I think you also could use this one…
https://www.wix.com/velo/reference/wix-crm-backend/getcontactbyid
But this one is DEPRICATED and should be used anymore.

Insted you will find here a new one…
https://www.wix.com/velo/reference/wix-crm-backend/contacts-obj/getcontact

More infos you will find, when following this post…
https://www.wix.com/velo/forum/coding-with-velo/make-a-login-page-with-wix-database

@russian-dima thanks, for the help here!