This is resolved. There were more entries made to the Usersmeta table probably since the users ultra plugin was not updated properly and replaced by users ultra pro. Used the below to track duplicates –
SELECT *
FROM wp_usermeta where meta_key in (‘first_name’,’fvhfqs_user_level’,’usersultra_account_status’)
order by user_id,meta_key