- Enhanced `useAdminUsers` to support `search`, `is_active`, and `is_superuser` filters. - Updated `UserManagementContent` to read filters from URL parameters and convert them to API-compatible formats. - Introduced E2E and unit tests to validate filtering behavior and URL param synchronization. - Ensured proper handling of combined filters and empty states in tests.