fix: AGENT-GUIDE comma-separated → IAM profiles

This commit is contained in:
2026-06-04 16:50:47 +03:00
parent e7aeceb3b6
commit 1f1d70e577
+1 -1
View File
@@ -127,7 +127,7 @@ ipwhitelist-app/
## 5. Multi-Company ## 5. Multi-Company
Users can belong to multiple companies via IAM API profiles: Users can belong to multiple companies via IAM API profiles:
- `ClientID: "WZ88888, WZ77777"` → two companies - User's companies come from IAM API (`profiles[]`) with `is_active_profile` flag
- Active company selector in UI (dropdown, `?switchTo=X` or JS navigation) - Active company selector in UI (dropdown, `?switchTo=X` or JS navigation)
- API supports `?client_id=<id>` parameter to specify active company - API supports `?client_id=<id>` parameter to specify active company
- Default: first company in list (`allClientIds[0]`) - Default: first company in list (`allClientIds[0]`)