User management
As mentioned before, there are two different types of users: application users and organization users. Eventually, all application users will end up as organization users as well because an application is always part of an organization. We’ve already talked about organization users, so let’s dive deeper into application users now. In the next screenshot, you can see an example of a user who has been added to an application:
Figure 3.15 – User overview
An application user comes in two different types: an admin or a member. The admin is essentially a builder of the application. This user has full access to all the elements of Betty Blocks that allow them to build and make changes to an application, such as the page builder, the models, the actions, and the web services. This user also has access to the data API, which means that you can access the data in your application from the frontend of your application while it...