API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Edge Cloud
Edge Cloud
OverviewBillingTerraform
API
Chosen image
Home/Edge Cloud/Getting started/Projects/Users/Manage access

Manage user access to your project

If you want to add a new user to your project, follow this article: Add a new user to your project

Edit user roles

To learn more about user roles and rights, refer to the article: User roles and rights

If you have enough rights, you can change user rights:

1. Click Edit to go to the user settings. 

The location of the Edit button

2. Change the user role in the column Role. There are available the following roles: User, Observer, and Administrator.

The location of the Role column

3. Save and confirm changes.  

Deny access to a project

To deny access to a project:

1. Click the Delete role button in the user settings. 

The location of the Delete role button

2. After confirming the deletion, a user will not be allowed to access the project. In the Access section of project settings, the user will be displayed with the No-access role. 

The location of the field showing non-assigned roles

Restore user access to a project

To invite a user to the project again:

1. Click Edit in the user settings.

The location of the Edit button

2. Change the user role to the required one and save the settings.

3. Confirm the role reassigning.

The window appearing to reassign a user role

After the changes, the user will again have access to a project via the personal account. 

Was this article helpful?

Not a Gcore user yet?

Discover our offerings, including virtual instances starting from 3.7 euro/mo, bare metal servers, AI Infrastructure, load balancers, Managed Kubernetes, Function as a Service, and Centralized Logging solutions.

Go to the product page
// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });