Superusers cannot view organizations on the React UI's organization list page. The page fails to display any organizations because it exclusively relies on /api/v1/superuser/organizations/ which returns 403, without falling back to the user's own organizations from /api/v1/user/
The issue only occurs when the user has
SUPER_USERS:
-user1
and no other superuser related feature flags.
- links to