adding user in sys_user_grmember table from BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 09:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 11:00 PM - edited 08-07-2024 11:03 PM
Hello @Hafsa1 ,
The issue you're encountering is likely due to the fact that the non-admin users do not have the necessary permissions to perform the insert action on the sys_user_grmember table. You can check the role or you can check and adjust ACLs (write/create) to ensure that the required permissions are in place for users to perform actions on the sys_user_grmember table.
For more information on ACL please refer below doc -
https://www.basicoservicenowlearning.in/2021/08/acl-in-servicenow.html
If my answer solves your issue, please mark it as Accepted ✔️& Helpful👍!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 11:49 PM
but which role is responsible to add user to group?