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 using Croud, run:

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.

👁️ Project Member

A Project Member has view-only access within a project:

  • Can view project settings, clusters, users, and deployed products.

  • Cannot perform administrative tasks.

Last updated