How to create customer groups programmatically in Magento 2
To create customer groups programmatically in Magento 2, use $group->save() on the model returned by the GroupFactory:

Source:

To create customer groups programmatically in Magento 2, use $group->save() on the model returned by the GroupFactory:
Source: