Accounts List Dashboard
Accounts List Dashboard
Overview
The Accounts List Dashboard provides authenticated users with a single view of all account types available to them within a given agency portal. It is accessible at:
/:company/accounts/
Where :company is the agency-specific identifier for the white-label portal.
What It Shows
When you navigate to the accounts dashboard, the portal fetches all account types linked to your authenticated profile. These may include:
- Landlord accounts
- Tenant accounts
- Buyer accounts
- Vendor accounts
- Contractor accounts
Only account types that exist for your user are displayed — if you have no active buyer account, for example, that type will not appear.
Filtering by Account Type
Accounts are automatically filtered and grouped by type. This means:
- Each section of the dashboard corresponds to a distinct account type.
- You can quickly identify which roles you hold within the agency.
- There is no manual filtering required — the view adapts to your account profile automatically.
Navigating to a Specific Account
Each account entry on the dashboard links directly to its dedicated account view. Clicking through will take you to the full detail page for that account type, where you can access relevant features such as:
- Tenancy details
- Financial statements
- Maintenance jobs
- Documents and offers
Access
The Accounts List Dashboard is only accessible to authenticated users. Unauthenticated requests will be redirected to the appropriate login flow.
The route is company-scoped (/:company/accounts/), so data fetched is always specific to the agency whose portal you are using.