Users

The admin Users page lists every account on the instance, whatever organization it belongs to, and is where a platform admin manages access, roles and organization membership. Its header reads "Admin panel Users".

Opening the page

Open the administration menu: the page is the Users entry of the User Management group, at the very top of the menu.

Users under User Management in the administration menu
Platform administrators only

Only a platform admin can reach this page. The default admin login is username admin, password 123456 — see Installation to change it.

The toolbar

The page comes in two views — Overview and Detailed view — and the same toolbar sits above both of them.

users page toolbar
  • The search boxfilters the list by name, username or email, and results update as you type. The filter runs on the server, so it searches every account, not only the page on screen.
  • The view iconswitches between "Overview", a table of every user, and "Detailed view", a list beside the card of the user you picked. Its tooltip names the view you are switching to.
  • "Add user"creates an account directly, without going through an invitation.
  • The ⋮ menuholds "Select", to tick several users and delete them in one go, and "Export", to download the current list as a CSV file.
toolbar menu with Select and Export

Overview

The Overview is a table with one row per user, where the settings an admin changes most often are editable in place:

users overview table
  • Identityavatar, name, username and email.
  • Activatedwhether the account is confirmed. Switching it off keeps the account but stops it from being used.
  • Blockedprevents the user from logging in.
  • RoleUSER or ADMIN.
  • Last Loginwhen the user last signed in.
  • Detailsopens that user's card in a dialog over the table.
  • Actionsthe key icon resets the password, the red bin deletes the account.

Click the Identity, Activated, Blocked or Last Login header to sort by that column. Sorting is done by the server, so it orders every account of the instance and not only the page on screen. Role, Details and Actions cannot be sorted.

Under the table, "Rows per page" offers 10, 15, 20, 50 and 100 — 15 by default — next to the total number of accounts and the arrows that move between pages.

What an admin cannot change

Blocked cannot be switched on for your own account or for another admin: the toggle stays disabled and its tooltip says why. Your own role cannot be changed either — the page refuses the change and warns you.

Detailed view

The Detailed view replaces the table with a compact list on the left and, beside it, the full card of the user you select. It is the quickest way to go through several accounts one after another.

detailed view, user list beside the selected user's card

The user you open and the tab you are on are both kept in the page address, so a copied link reopens the same card on the same tab.

The user card

The card is the same in both views. Its header shows the avatar, name and email, an Active or Inactive badge, a User badge, an extra Admin badge for platform administrators, and the "Reset Password" and "Remove User" buttons. Below the header are two tabs.

Info

Info gathers everything about the account itself, in three sections:

  • Account detailsusername, phone, position, company and country as the user filled them in, which an admin can read but not edit, and the interface language, which an admin can change.
  • Accessthe Activated and Blocked toggles and the Role selector, the same controls as in the table, each with a description of what it does.
  • Metricscreation date, last login, origin (the OAuth provider the account came from, when applicable), credits used over the lifetime of the account, the start of the current credit session, current usage, and whether the user signed in through OAuth, completed their profile or is blocked.
user card, Info tab

Memberships and plans

This tab lists one card per organization the user belongs to. "Add to organization", above the first card, attaches them to one more.

user card, Memberships and plans tab

The top of each card says which organization it is and what the user is in it:

  • The badges next to the name"Org Admin" when the user administers that organization, and "Selected" for the organization they currently have in focus.
  • The team chipsthe teams the user belongs to inside that organization, each with the role they hold there. Clicking a chip opens the team.
  • The ↗ iconopens that organization's own Users page, from where the back button returns here.
  • "Kick"removes the user from that organization, after a confirmation. It is not offered on the system organization every account belongs to permanently.
The personal organization

The organization named after the user — "clara.whitfield's Organisation" in the screenshot above — is the personal one created together with their account, not one an admin attached later.

The plan in an organization

Attached under every organization card is the plan the user has been given there:

  • Pricing Plan and Assignedthe plan's name and the day it was attributed. A CUSTOM badge marks a plan tailored for this user rather than one taken from the catalogue.
  • Capabilitieswhat the plan lets the user do — create AI assistants, providers or MCP servers, reach the API, and so on — ticked when granted, crossed out and greyed when not.
  • Credits & quotasquestion credits and credit capacity, each as used / limit, the day the current credit session started, and the quotas for AI assistants, data size, external resources and rate limit.
  • Additional credit limit and Additional data limit (MB)how far this member may go past their own plan by drawing on what the organization bought.

"Edit" — which only a platform admin sees — turns the block into a form: the pricing plan becomes a dropdown, the capabilities become switches and the quotas become number fields. "Save" writes them all at once, "Cancel" drops them.

the plan of a user in one organization, opened for editing
Only the Custom plan can be overridden

Capabilities and quotas can only be changed once the pricing plan is Custom. On any other plan they are bound to the plan, the fields stay disabled and a tooltip says why. A field left empty inherits the Custom plan's own value, and -1 means unlimited.

Additional limits are ceilings, not reservations

The additional credit and data limits say how far a member may draw on the pool the organization bought. Nothing is set aside for them: the limits of all members may add up to more than the organization purchased, and whoever spends first gets it. The two fields are only available when the pricing catalogue actually holds a matching add-on.

Adding a user

"Add user" asks for a name, a username, an email address and a password, typed twice. The account is created already activated, so the user can sign in straight away.

add user dialog

Resetting a password

The key icon in the table, or "Reset Password" on the user's card, opens a dialog where you either set a new password yourself — it has to satisfy the instance's password policy, and the dialog says so as you type — or send the user an email with a reset link.

reset password dialog
OAuth-only installations

Where login is only possible through OAuth, the key icon and the "Reset Password" button stay disabled: the password belongs to the identity provider and has to be reset there.

Deleting a user

The red bin in the table, or "Remove User" on the card, asks for confirmation and then permanently deletes the account.

delete user confirmation dialog

Deleting several users at once

Pick "Select" in the ⋮ menu to put a checkbox on every row, then tick the users you want. The checkbox in the header selects every user on the current page, and shift-clicking a row ticks everything between it and the row you ticked before.

users table in select mode with three users ticked

A bar floats at the bottom of the page while selection mode is on: its checkbox selects or clears the whole page, the label counts what is selected, "Delete" starts the deletion, and the ✕ leaves selection mode — as does the Escape key.

selection bar with the number of selected users and a Delete button

Confirming deletes the selected accounts one after another and the bar shows how far it has got. If any of them fail, a summary lists which ones.

Exporting the list

"Export" in the ⋮ menu downloads a CSV file of the users that match the current search. Clear the search box first to export every user of the instance.