Dynamic page permissions

I would like to restrain access to some dynamic pages to specific members of my site. This can easily be configured for normal pages, but I could not find a way to enforce this restriction on a dynamic page. Could that be achieved with some VELO coding ? Any assistance will be much appreciated. Thanks for any time you can devote to helping me out.

You can’t restrict specific instance of dynamic page for specific users.
However, you can hide the page elements (and redirect the user to another page), and show the elements only to specific user (use wix-users for that).
If that’s not enough for you (because you don’t want the data to be retrieve to the front end at all), you can use a router page instead of a dynamic page and set the rules in backend/routers.js .

Hi,
I would like to do the same, did you find any solution ?