Registered user create limited access account

Here is what I’m trying to achieve.
My app will have customers who pay and create a registered account.
I want that customer to be able to create a limited account for someone else who can only access one page in their app.
Is this possible using UI Builder?

Yes, it is possible. You would need to make sure the solution you come up with is secure to avoid any possible holes.

Creating a user account is easy - there is user registration API (Codeless block) for that.

Restricting the user to access only one page can be done. Is it the same page with different data for each user or a different page for each user? Either way, you can add logic that validates that the currently logged in user has rights to see the page.

I am using the user registration for the customer to set up their login.
I am worried about security holes.
And it would be the same page for each customer account.
Trying to map out how to connect the second account to the customer account.
Thanks for the help.

Hello, @David_Blackard.

You can assign rights to each user’s role, at Users → Security Roles.
What do you mean when said about “security holes”? Do you have any specific concerns?

Regards, Nikita.