User Account
Getting Started: Creating Your Account
When you join an organization, whether by invitation or self-enrollment, you must establish a unique user account linked to your email address, this account provides a single access point for multiple organizations.
Account Verification
To ensure security, we require account verification. Upon creating your account or logging in for the first time, a verification email will be sent to the associated email address. Please follow the instructions within the email to complete the verification process.
Account Settings
You can access your account settings in 2 ways:
- By clicking the initials in the upper right corner. Then, click the user's email address.
- In the Settings section, go to User and then select Profile.
The Profile information section lets you modify your display name and password.
In the Danger Zone section, you can delete your account.
This action can not be reverted.
Account Roles and Permissions
Understanding Your Role
We've implemented a Role-Based Access Control (RBAC) system to ensure security and efficient resource management. This system assigns different levels of privileges based on your role within the organization or project.
Organization-Level Roles
- Organization Administrator: Has full control over the organization, including managing users, projects, and billing information.
- Organization Member: Can access projects within the organization but cannot change the organization's overall settings.
Project-Level Roles
- Project Owner: Has complete control over the project, including managing project members, settings, data modeling and data sources.
Your Role and Privileges
Your specific role will determine the actions you can perform within the platform. For example, an Organization Administrator can create new projects and manage other users, while a Project Owner can only work on tasks within their assigned project.
Role-Base Access Control Matrix
The following table outlines the permissions for each role in our system, using the CRUD (Create, Read, Update, Delete) model to represent the allowed operations.
Role / Permissions | Organization Members | Billing | Project members | Project management (access and data sources) |
---|---|---|---|---|
Organization Admin | CRUD | CRUD | CRUD | CRUD |
Organization Member | R | - | - | - |
Project Owner | - | - | CRUD | CRU |