Hi there. I am just wondering if it is possible to remove the "export" link for certain users. In our case it could possibly be a privacy issue if they are able to export a list of users and organizations that we deal with. Thanks.Matt
Sure you can, but not via the UI.You'd need to alter the source code and e.g. comment it out or add a if clause or so that it only appears for specific users.
Ok, thanks! :)