API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Reseller Support
Reseller Support
Chosen image
Home/Reseller Support/Manuals/Manage customers

Manage customers

In the "Accounts" section, you can add, view, edit, and delete customers. A customer is not allowed to self-register. Only users with "Reseller" or "Seller" rights can create customer accounts.

Create an account

To create a new customer account, go to the "Accounts" subsection and click the "Add new account" button in the upper-right corner.

Accounts subsection

In the next window, add information about a customer and select the products that will be available for them.

In the field on the left, enter information about a new customer: e-mail, first and last name, company, name in your system, sign-in password; select "Seller" from the list to sort customers by the "Seller" attribute in the "Accounts" tab and the language for automatic emails in the "Lang" field: "en" — for emails in English.

In the field on the right, toggle on the products that you want to make available for the customer. By default, the global product visibility settings are inherited.

global product visibility settings

Important! If you want to customize product visibility and override settings of the global product visibility in the "Settings" section, the "Products" subsection switch on and off a product toggle as required. Be aware that further changes in the global product visibility settings will not affect the customer's custom product visibility. To learn more about it, click here.

You can reconfigure customized product visibility in the account settings after creating an account.

Enabling a product in the "Products" section creates a tab of a given product in the account settings and the customer's Customer Portal, but does not activate the product. To activate a product, go to a account settings, check "Activate product" and set the product status. To learn how to set up a product, refer to our guide on CDN configuration.

 CDN configuration

Edit an account

After creating a customer account, you can set up their products, edit personal data and manage rights of users of that account.

For set-up guides, refer to the following product docs:

To edit the personal data and manage user rights, click on the ID of the desired customer, or click on the "Edit" button in the "Actions" сolumn. If you click on the "Log in" button you'll log in the customer's Customer Portal panel under customer's admin user.

Edit an account

Edit account tab

In this section, you can:

1. Log in to the Customer Portal using the client’s credentials.

2. Check the “Test Account” checkbox to hide a customer from the all customers list in the Customers subsection. Customer accounts marked as test accounts will not be displayed in the list. If you want to see test accounts, set the filter to “Test account true.”

In the “Settings” section, fields with the information about the customer are included per steps 3–6.

3. Review the "Account status." It shows the steps of using an account. The customer's status is determined automatically according to the conditions:

  • Preparation. An account has been created, but the user has not yet used any product.
  • Trial. An account has at least one product in “Trial” status, but no product in “Active” status.
  • Active. An account has at least one product in “Active” status.
  • Trial End. At least one of the product is in the “Deleted,” “Trial End,” or “Paused” status, and no product is in “Active” or “Trial” status.
  • Deleted. An account is deleted.

Note: You can’t edit the "Account status” field.

4. Change a customer’s email address (Company email) and company name (Company.)

5. Set your Account ID in the “Custom ID” field. You can use letters, numbers, and special characters. Your customers will see the value in the API requests but cannot edit it.

6. Select “Seller” for every customer in the “Seller” dropdown list, to facilitate the search.

7. If you change something, don’t forget to save the changes at the top of the page.

Edit customer tab

Services tab

You can customize product visibility for a customer.

Users tab

On this tab, you can edit personal data and manage user rights. You can invite new users only via the customer's Customer Portal.

You can edit a customer's name, email address, language of automatic emails and user type.

Users tab

About Users

Delete account

To delete their accounts, customers should navigate to the "Profile" section:

Open profile

Then, open the "Account profile" tab, go to the "Delete account" page and click Delete my account.

Delete account

After confirmation all products of their accounts will be stopped, and the deletion request appears in the Customer Portal.

You can also receive emails about status updates of deletion requests. We describe how to do it in the "Vendor settings" article.

When you receive a deletion request, you have 10 days to contact the customer and convince him/her not to quit. After 10 days the account will be deleted automatically.

To process the request manually, open the "Delete account" tab.

Delete account

On the left you'll see information about a current request status. On the right you will find the history of all the customer's deletion requests. Below there are two buttons used to manage requests.

"Cancel the deletion request" cancels the deletion request. When you press this button, the window for notes will appear — you can add a comment here. It will be saved in the history of all the customer's deletion requests and will relate to the canceled request.

"Delete account" deletes the account. When you press this button, the confirmation window will appear. Press "Yes, delete account" to destroy the account.

You can delete an account even if a customer hasn't sent a request — for example, to destroy abandoned or test accounts.

Log in to a customer account

Open the list of customers, in the "Accounts" section, find the desired customer and click on the "Log in" button in the "Actions" сolumn. You'll log in the customer's Customer Portal under customer's admin user

Important! Currently, users with «Reseller», «Seller» roles share the same UI and available operations in the customer's Customer Portal.

We are working on granting more rights for "Resellers" and "Sellers" for an account management.

Was this article helpful?

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