Group manager need to edit/remove group members

kali
Tera Contributor

Hi All,

We need to have  group managers able to edit the group members  . In the oob acl users having user_admin role can edit the group members. But users with user_admin role and group managers are unable to edit the group members. Kindly help me on this.

 

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

@kali 

check this link

How to configure Group Members (sys_user_grmember) edit capability, so that only the Group Manager i... 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi Ankur,

Thanks for the link , I tried it is not working . Please help me on this 

@kali 

what did you try and what's not working?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Riya Verma
Kilo Sage
Kilo Sage

Hi @kali ,

Hope you are doing great.

 

to enable group managers to edit group members in ServiceNow, we need to modify the Access Control List (ACL) for the respective table. In this case, we want to customize the ACL for the table that manages group membership.

To achieve this, follow these steps:

  1. Navigate to "System Definition" > "Tables" and search for the table that stores the group membership information (e.g., "sys_user_grmember").
  2. Open the ACL editor for that table by clicking on "Security Rules" > "ACLs".
  3. Look for the existing ACL entry that grants edit permissions to users with the "user_admin" role.
  4. Edit that ACL entry, and add the "group_manager" role in addition to the existing "user_admin" role.
  5. Save the changes.

 

 
 
Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Regards,
Riya Verma