Skip to content

Users

Users are the accounts that can sign in to Gameye Admin.

Gameye Admin — Users table Gameye Admin — Users table

Use the search bar above the table to filter by name or email.

ColumnDescription
EmailLogin email address.
First NameUser’s first name.
Last NameUser’s last name.
RolesAssigned roles.
OrganizationOrganization the user belongs to.
Created AtAccount creation date.
ActionsRow menu (⋮) with Edit and Delete.

Requires user create permission.

  1. Click + Add (top-right).
  2. Fill in name, email, password, organization, and role.
  3. Click Save.

Requires user edit permission.

  1. Open the row Actions menu (⋮) and choose Edit.
  2. On the Update User page, change the desired fields (email, first name, last name, organization).
  3. Click Update User to save.

Each user is assigned one or more roles. Roles are collections of permissions that determine what pages and actions the user can access. Contact your administrator to understand which roles are available and what each role grants.

The Update User page includes an API Tokens section below the user details form. Use it to create and manage tokens for programmatic access to the Gameye API. Each token can be scoped to specific permissions, giving fine-grained control over what the token is allowed to do.

To manage API tokens, open Users, edit the relevant user account, then scroll to API Tokens on the Update User page.

ColumnDescription
NameA descriptive label you chose when creating the token.
TokenThe token value (masked by default). Click the eye icon to reveal / hide it.
ScopesColor-coded chips showing the API scopes assigned to this token. Scopes are grouped by category.
StatusActive (green) or Disabled (grey).
CreatedDate the token was created.
ActionsDisable and Delete controls.
  1. On the Update User page, scroll to the API Tokens section.
  2. Click + Add Token.
  3. In the dialog:
    • Token name — Enter a descriptive name (e.g. ci-deploy, monitoring-read-only).
    • Scopes — Check the scopes this token should have access to. Scopes are organized by category; use the category checkbox to select or deselect all scopes in a group at once.
  4. Click Create Token.
  5. The new token appears in the table. Copy the token value immediately — it is displayed in full only at creation time.
  • Use the disable control in the Actions column on an active token to temporarily revoke its access. The token status changes to Disabled and any API calls using it will be rejected.
  • Use the enable control on a disabled token to re-activate it.

Disabling is useful when you want to temporarily revoke access without permanently deleting the token and losing its configuration.

Click the delete icon (trash) on the token row and confirm. This action is permanent — the token cannot be recovered.