Skip to main content

Dashboard Dashboard is the summary screen for the Core management module.

It shows company, organization, user and group numbers in one place.

Access Path

  • Web: /dashboard

What's on the Screen

  • Active company, organization, user and group cards
  • Recently added users list
  • List of recently added companies
  • Database size card and schema distribution (tooltip)

API Bits Used

  • GET /api/companies?page=1&size=1000
  • GET /api/organizations?page=1&size=1000
  • GET /api/users?page=1&size=1000
  • GET /api/groups?page=1&size=1000
  • GET /api/auth/db

Authorization Note

  • Dashboard page is protected with FullAccessRoute in the application.
  • On the API side, endpoints request auth; Registration lists additionally require the appropriate read privileges.

:::info Manifest Code core:dashboard:view

:::