> ## Documentation Index
> Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EcoMail Hub Users

> YouNegotiate adds a new EcoMail Hub team member. Super Admin creates the user so they can log in to EcoMail Hub / EcoPortal and manage assigned mail response work.

## Real-World Example

YouNegotiate adds a new EcoMail Hub team member. Super Admin creates the user so they can log in to EcoMail Hub / EcoPortal and manage assigned mail response work.

## Visual Flow

```mermaid placement="top-right" actions={true} theme={"system"}
flowchart TD
    A["Super Admin creates EcoMail Hub user"] --> B["User account is saved"]
    B --> C["User receives credentials or setup path"]
    C --> D["User logs into EcoMail Hub / EcoPortal"]
    classDef default fill:#F8FAFC,stroke:#64748B,stroke-width:1.5px,color:#0F172A;
    classDef actor fill:#E0F2FE,stroke:#0284C7,stroke-width:2px,color:#0C4A6E;
    classDef system fill:#F8FAFC,stroke:#64748B,stroke-width:1.5px,color:#0F172A;
    classDef decision fill:#FEF3C7,stroke:#D97706,stroke-width:2px,color:#78350F;
    classDef risk fill:#FEE2E2,stroke:#DC2626,stroke-width:2px,color:#7F1D1D;
    classDef outcome fill:#DCFCE7,stroke:#16A34A,stroke-width:2px,color:#14532D;
    class A actor;
    class B,D outcome;
    class C system;
    linkStyle default stroke:#94A3B8,stroke-width:2px;
```

## How It Should Work

* It should let Super Admin manage EcoMail Hub users.
* It should keep EcoMail Hub users tied to the EcoMail Hub / EcoPortal guard and workflows.
* It should support correct access for mail response operations.

## How It Should Not Work

* It should not grant Super Admin access to EcoMail Hub-only users.
* It should not create users without required account details.
* It should not leave removed users with active access.

## Developer Notes

* EcoMail Hub users are separate from Super Admin users and creditor users.
* Access boundaries matter because this user type works in a different portal.

## Related App Areas

* `app/Livewire/Creditor/ConsumerResponseManagers`
* `routes/ecomailhub/index.php`
* `routes/ecomailhub/auth.php`
