User Roles¶
This page provides an overview of the user roles available in CrateDB Cloud, specifically in the context of using the Croud CLI.
Tip
To view all available role names, run:
sh$ croud users roles list
Organization Roles¶
Organization Admin¶
An Organization Admin has the highest level of privileges within the organization:
Full access to all projects within the organization, regardless of project-specific roles.
Ability to manage organization settings.
Can add or remove users from the organization.
Inherits all permissions from other roles.
Organization Member¶
An Organization Member has limited, read-only access:
Can view organization settings and user lists.
Cannot make any modifications.
Project Roles¶
Project Admin¶
A Project Admin has full control over a specific project:
Can manage project settings.
Can add or remove users from the project (as long as the user is already part of the organization).
Full cluster administration rights within the project.
Note
An Organization Admin is automatically a Project Admin in all projects within the organization.
Project Member¶
A Project Member has view-only access within a project:
Can view clusters within the project.
Cannot perform any administrative tasks.
Note
An Organization Member is automatically a Project Member in all projects within the organization.