Add Users to HR Groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2023 07:42 PM
I have a requirement to allow HR Admins the ability to add hr members to hr groups. I found that an user with the sn_hr_core.admin role is not able to add members to HR groups. Do they also need the user.admin role? I would prefer not to give them the user.admin role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2023 09:21 PM
HI @Zach21 ,
I trust you are doing great.
Create a new custom role specifically for HR Admins with the required permissions. Let's name it "HR Group Admin."
Grant the following permissions to the "HR Group Admin" role:
- sn_hr_core.admin (to enable HR administration capabilities)
- sn_hr_core.group_admin (to allow adding members to HR groups)
- (Any other necessary permissions specific to your HR management requirements)
Assign the "HR Group Admin" role to the HR Admin users who need the ability to add members to HR groups. This can be done through the User Administration module.
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 04:48 AM
I don't see a sn_hr_core.group_admin role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 03:22 PM
I notices same issue on a clean PDI (Xanadu) with HR Core plugin installed only. I added the sn_hr_core.admin role to a user and logged in as that user, no button to add members to HR Groups is visible. Any other one having this issue?