Group Managers Unable to Add/Remove Members in GroupsIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Group Managers unable to Add/Remove Members in Groups CauseThe members of a group are determined by the records in the many-to-many table sys_user_grmember. To adjust the membership of a group it only requires the ability to create and delete records in that table.ResolutionYou will only need to adjust the ACLs on the sys_user_grmember table. Allows deletion of records, if the current user is the manager of the group listed in the existing record's "Group" fieldAllows creation of records, if the current user is the manager of the group listed in the new record's "Group" field. Once the user has ACL permission, they should be able to see the "Edit..." button in the "Group Members" related list, and they can use the slush bucket to add/remove members.Be sure to test your development thoroughly before moving it to production.