Firm & User Management
Manages firms (tenants) and their users. Every data operation in the system is scoped to a firm. Handles firm registration, user CRUD, and firm-level settings via a generic key-value store.
When to use this module
- A new company wants to register →
POST /firm/registration - Admin needs to manage users → CRUD on
/firmuser/ - Need to save/load firm settings →
/setting/endpoints - Multi-firm user needs to list their firms →
GET /firm/allrelationfirm
