NUFI Docs

Capabilities (Grants)

Grant each role the set of admin capabilities it should hold.

The Grants page lists every role and the capabilities it holds. Capabilities are the unit of authorisation — you don't hand out individual permissions, you grant a role a bundle of capabilities, then add people to that role on the Access page.

The Grants page — capability counts per role

Each row shows a role, how many capabilities it holds, and its status. Out of the box:

  • ADMIN — holds all capabilities (20), Active.
  • USERno capabilities, Active.

Edit a role's capabilities

Open the Grants page.
Click the role you want to change.
Tick the capabilities it should hold (untick the rest).
Save. The change takes effect on each member's next request.

You can also reach the same controls from the Permissions tab of a role on the Access page.

What capabilities cover

Capabilities map to areas of the admin panel — broadly:

AreaLets the role…
Users / membersView, and add or remove members of roles and groups
RolesView and define roles
GroupsView and manage groups and their members
ConfigurationView, and edit base configuration
Scoped overridesAttach config overrides to roles / groups / users
Tools / agentsManage connected tools and shared agents

The exact names and the full set are defined by NUFI's authorisation schema, so the precise list can grow as NUFI adds features. The ADMIN role always bundles all of them, so you only need to touch this page when carving out a constrained sub-admin role.

How enforcement works

Capabilities are checked on the server, not just in the UI. Hiding a button only suppresses the UI — the server independently verifies the caller holds the required capability before changing anything. So a custom role is safe even if a screen forgets to hide a control.

Custom capabilities

You can't invent new capabilities from the panel — they're part of NUFI's schema. If you need one that doesn't exist, request it from the NUFI team.