Same role is added to user multiple times.Description<!-- 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; } --> Symptoms Same role is added to user profile in sys_user_has_role table multiple times Release Any Release Cause This is an OOB functionality caused by role inheritance which can be ignored. Resolution - Roles can be added to a user in different ways like: 1. Add as the base role 2. Role is contained by another role, or 3. Any roles (and their contained roles) that are part of a Group.- When a role is added to a user either by adding such inherited Roles or a Group that has inherited roles, by design system creates duplicate entries in the sys_user_has_role table to track what added the role.- This can be tracked in the Inherited, Inheritance Count, and Inheritance Map fields that will shows how the role was added to the user profile.- As a result, when a group is removed from a user profile, the system only removes the roles added via the removed group.- In case the user still has a parent role that contains one of the removed roles from the group, the contained role is not removed from that user profile as part of that inheritance. Additional Information You may refer to the Community article below which attempts to explain this well from a Group perspective: Group assigns multiple same roles to same user