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/Add a user

Add a new user to your project

Only the user with the Administrator role can add new users to the project. To send an invitation:

1. In the Gcore Customer Portal, navigate to the Projects section, click the three-dots menu next to the project, and select Settings.

Project settings

2. Open the Access tab.

3. Click Invite Users.

The invite user button

4. Enter the email of a new user, select the role and click Send Invitation. If you want to invite several users just click add another user, enter their email and select the roles. You can invite both existing and previously not registered users.

The invite user window
  • If a user is not previously registered in the system, an email will be sent to the email address specified in the invitation with a link to create a password. The invited user should accept an invitation. After a password has been created, the user can log in to the account.
  • If a user already exists in the system, a notification about the provided access to the account will be sent to the specified email address. After accepting the invitation a user will be able to select the required account while authorization.

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" // });