Need to create new usergroup with permission to delete customers in hybris through impex.
We need one usergroup which has the permission to delete customers
Need to create new usergroup with permission to delete customers in hybris through impex.
We need one usergroup which has the permission to delete customers
There are 2 ways to do it.
2. Via Impex
INSERT_UPDATE UserGroup;UID[unique=true];groups(uid)[mode=append]
;<<CUSTOM_USER_GROUP_NAME>>;cockpitgroup,employeegroup
$START_USERRIGHTS;;;;;;;;
Type;UID;MemberOfGroups;Target;read;change;create;remove;change_perm
UserGroup;<<CUSTOM_USER_GROUP_NAME>>;cockpitgroup;;;;;;
;;;User;+;+;+;+;+;
$END_USERRIGHTS;;;;