Skip to content

Admin Flows

User management flow

sequenceDiagram
    participant UI as Admin user screens
    participant API as admin user APIs
    participant DATA as user and group data
    UI->>API: Create, edit, invite, or reset user
    API->>DATA: Persist user and assignment changes
    API-->>UI: Return updated admin state

Notification and template flow

Admin email settings, tests, template maintenance, and email logs form one connected management cluster around communication behavior.

Storage and cleanup flow

Storage overview and config cleanup are review-and-action surfaces over existing tenant data, not tenant runtime configuration editors.