The Employee IT Profile screen displays IT-specific information for an employee identified by theirDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
id URL parameter and is accessible at /it/employees (actual route: /it/employees/:id/it-profile).
Overview
The Employee IT Profile page takesemployeeId from the URL id parameter and loads two data sets: IT access accounts via useAccessAccounts filtered by employee_id, and onboarding history via useOnboardingInstances filtered by employee_id. The UI is organized with a back-navigation link and two tabs: an Access Accounts tab showing a data table with columns for account type, account name, account identifier, access level, and status badge (AccountStatusBadge); and an Onboarding History tab with a data table for the employee’s onboarding instances. A New Account button appears in the header area.
Who it’s for
RequiresIT_PERMISSIONS.VIEW (outer ITViewGuard). No additional per-route permission gate.
Before you start
- You must hold
IT_PERMISSIONS.VIEWto access this screen. - The employee record must exist and have a valid
id.
Steps
Navigate to the Employee IT Profile
Access
/it/employees/:id/it-profile where :id is the employee’s identifier. This is typically reached from the IT onboarding or offboarding workflows.Review access accounts
On the Access Accounts tab, review all IT accounts associated with the employee, their types, identifiers, access levels, and statuses.
Review onboarding history
Switch to the Onboarding History tab to see historical onboarding and offboarding instances for this employee.
Key concepts
- account_type — IT account type (e.g., AD, email, VPN); displayed in uppercase monospace.
- account_identifier — The login name or identifier for the account.
- AccountStatusBadge — Visual indicator of account status (active, disabled, etc.).
- useOnboardingInstances — Filtered by
employee_idto show only this employee’s history.
Related
IT Service Management
IT Service Management overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/it.tsx
- src/cores/it/pages/onboarding/EmployeeITProfilePage.tsx