How to create usergroup with permission to delete customers in hybris through impex

874 Views Asked by At

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

1

There are 1 best solutions below

0
On

There are 2 ways to do it.

  1. just login into the back office and create a new user group and give item access rights. Please follow this link: create usergroup

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;;;;