The User Management page gives administrators full control over users in the organization — including inviting new users, assigning roles, resetting passwords, and revoking invitations. It is reached atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/settings/users.
Overview
The page is gated bypf.users.manage. It renders a tabbed layout with:
- Users tab — a
DataTableof organization members, showing name, email, role badge, site, and action buttons (Reset Password, Assign Role, Remove). - Invitations tab — a
DataTableof pending invitations with status and a revoke action. - Activity tab —
InvitationActivityFeedshowing recent invitation events.
EmailProviderHealthBanner appears if the email provider configuration is degraded. The Add People button opens AddPeopleDialog for sending invitations.
Role badge variants: platform_admin (destructive), org_admin (default), site_admin and others (secondary).
Who it’s for
Requirespf.users.manage (route guard).
Before you start
- You must have
pf.users.manageto access this page. - Email provider must be configured for invitation emails to send successfully.
Steps
- Navigate to Settings → Users (
/settings/users). - Review the Users tab for current organization members.
- Click Add People to send invitations to new users.
- Use the role assignment action to update a user’s role.
- Use the reset password action to trigger a password reset email.
- Check the Invitations tab for pending invitations; use Revoke to cancel them.
- Review the Activity tab for an audit trail of invitation events.
Key concepts
Role — each user has a role (e.g.,platform_admin, org_admin, site_admin) that governs their permissions across the platform.
Invitation — a pending email invitation to join the organization; appears in the Invitations tab until accepted or revoked.
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
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/platform.tsx
- src/platform/users/UserManagement.tsx
- src/platform/users/AddPeopleDialog.tsx