Skip to content

Team Members

The hb members commands manage who can access an organisation and what they can do — listing existing members, inviting new ones at a chosen role (Owner, Admin, Developer, or Expert), and removing access. Roles control project visibility and operational permissions; the Expert role is designed for external auditors who review findings without modifying projects.

List Members

hb members list

Invite Member

# Invite as developer (default)
hb members invite user@example.com

# Invite with specific role
hb members invite user@example.com --role admin

Remove Member

# Remove with confirmation
hb members delete <id>

# Skip confirmation
hb members delete <id> --force

Access Levels

Role Description
Owner Full control including billing, member management, and all projects
Admin Manage projects, members, and run all operations except billing
Developer Create and manage projects, run tests, view results
Expert View projects and results, annotate findings, no write access to projects or tests