For the complete documentation index, see llms.txt. This page is also available as Markdown.

Roles

Roles bundle policies and are assigned to users — Norbix RBAC.

A role bundles one or more policies and is assigned to users to control what they can do — this is Norbix's role-based access control (RBAC). Roles are project-scoped: content-editor in one project does not exist in another.

Membership → Roles.

What you can do here

The list shows each role's Role Name, its Type (System or Custom), and how many Policies it carries. Add New opens the create screen; clicking a role opens the edit screen, where you change its description and attached policies. System (built-in) roles are shown read-only and cannot be deleted. Assign roles to users on the Users screen.

A practical pattern: keep roles few and human-readable (admin, editor, member) and put the fine-grained permissions into policies.

Use it from code

Membership → Roles.

API reference

Endpoints: Membership → Roles.

Last updated