[SalesForce] Error: Unknown user permission: ManageCssUsers

I could not deploy permissionset that contain MangeUserCss permission, via ant migration tool. In permission set metadata file it looks like code below:

<userPermissions>
    <enabled>false</enabled>
    <name>ManageCssUsers</name>
</userPermissions>

What is it for? Should I enable some feature on target org before deployment

Best Answer

That permission corresponds to the "Edit Self-Service Users" checkbox on the profile. In my case, enabling communities for my org added that permission option.

References: