Skip to content

Users

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

Gameye Admin — Users table Gameye Admin — Users table
ColumnDescription
NameFull name of the user.
EmailLogin email address.
OrganizationOrganization the user belongs to.
RolesAssigned roles.
Created AtAccount creation date.

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. Click Edit (pencil icon) on the row.
  2. Update the desired fields.
  3. Click 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 user edit page includes an API Tokens panel where you can 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.

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.
ActionsEnable / Disable and Delete buttons.
  1. On the user edit page, scroll to the API Tokens panel.
  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.
  • Click the disable icon (⊘) on an active token to temporarily revoke its access. The token status changes to Disabled and any API calls using it will be rejected.
  • Click the enable icon (✓) 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.