Use an Option Set to define the Roles
Have a field on the User datatype of type ‘Role’, where you can set the Role for a specific User (in some cases, where a user can have more than 1 Role, you might want to make that field a list).
Then simply show/hide certain parts of your app based on the Current User’s Role…