From 1f1d70e577e198307e9fb26842be11ffb984d2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 4 Jun 2026 16:50:47 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20AGENT-GUIDE=20comma-separated=20?= =?UTF-8?q?=E2=86=92=20IAM=20profiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/AGENT-GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/AGENT-GUIDE.md b/.github/AGENT-GUIDE.md index 361bc70..58c1f7a 100644 --- a/.github/AGENT-GUIDE.md +++ b/.github/AGENT-GUIDE.md @@ -127,7 +127,7 @@ ipwhitelist-app/ ## 5. Multi-Company 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) - API supports `?client_id=` parameter to specify active company - Default: first company in list (`allClientIds[0]`)