Is there a way to force update sys_user record for users with no roles?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 03:18 AM
Hello All,
We have an OOTB acl
This ACL does not allow users with no role to update existing user record.
But I have a requirement to update user record from a custom Portal widget. Need help to achieve the same.
What should I do in order to update the user record as an user with no roles?
TIA

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 03:30 AM
@DB1 This can be achieved by making changes in the ACL. However, I wouldn't recommend that as sys_user table is one of the core tables of the instance and allowing the changes by users without role might put it to risk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 03:46 AM
Yeah, I do not want to modify the ACL as well, is there any other way to update user record for users with no roles?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 03:41 AM
Hi @DB1 ,
Why do you want users with no role to update user record. We can allow users with role to update their own profile but not other profile.Let me know if you want only users to edit their user profile alone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 03:46 AM
No not only their user profile but we may want them to update other user records. Is there a way?