Troubleshooting

Legacy admin routes vs organization routes

Why /dashboard/admin still exists and which paths enterprise admins should use.

4 min read

Legacy workspace admin routes:

  • /dashboard/admin/policies
  • /dashboard/admin/review-queue
  • /dashboard/admin/audit-logs

These call enterpriseService with a workspace ID only. They are not linked from the main sidebar.

Preferred for enterprise: organization routes under /dashboard/organization/[organizationId]/... which pass organizationId to shared clients (ReviewQueueClient, PoliciesClient).

Bookmark legacy URLs only if you manage a standalone team workspace without an org.

Related articles