Description of Access Levels
Anonymous
General unauthenticated access. Provides read access and basic functionality. Typically the access level provided to public, non-logged in users.
User
Provides all Anonymous privileges, plus general authenticated access. Extends read functionality with the ability to send emails, perform queries, update some items as well as other functionality typical of a standard logged in user.
Admin
Provides all Anonymous and User level privileges, plus general admin access, such as the ability to edit and delete some items as well as manage data sources and profiles.
Super Admin
Provides all Anonymous, User and Admin level privileges, plus super admin access, such as the ability to add apps, manage application configuration as well as edit databases if applicable.