need to create a new role which modify record on user table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 06:29 AM
Create a new Role to enable users that are members of a (new) group to do the following:
Add new entries to sys_user
- excluding User IDs that contain @abc.com
Modify entries to sys_user (including making the record inactive)
- excluding User IDs that contain @abc.com and records that have a non-empty Object GUID
Add new entries to sys_user_group
- ideally enforcing that the type is Customer_Notifications
Add / modify /remove entries in sys_user_grmember for groups of type is Customer_Notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 08:41 AM
@Kunal33 Please create the ACLs with following conditions.
1. Create ACL on sys_user table.
Add your custom role in this ACL
2. Similarly create write acl on sys_user table with conditions User ID does not contain abc.com and GUID is not empty. Add your custom role in this ACL.
3. Create the create ACL on the sys_user_grmember as follows. Make sure to dot walk to the type field available on the Group reference field on this table.
Add your custom role in this ACL.
4. Similarly prepare write and delete ACL for sys_user_grmember table.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2023 01:07 AM - edited ‎08-22-2023 02:45 AM
I have alreay created ACLs and add my custome role here and added that role in a group and assign that group too one of user but still he is not able to write

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2023 06:14 AM
Did you create ACL on sys_user_grmember table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2023 07:26 AM - edited ‎08-22-2023 07:35 AM
i have created ACL on sys_user table to create or modify a record on sys_user table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2023 02:47 AM
I have created ACL on membership table also but not able to edit any thing on user and membership table with our custom role