I have a field under the user record that should only be updated by the user itself. If I set the access of that field to “update” under a role, it looks like users under that role would be able to update the field on any user they have access to. They need to be able to update other fields on other users, so I also can’t restrict them to not have update access to those users, and if I set the field access to “read”, they won’t be able to update that field on their user record.
Is this type of permissions currently possible? Basically, I want to be able to specify a custom filter (something like: { "id": { "equals": "__loggedInUserId" } }
) on a specific field for “update” access and not the whole record.