<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to enable non SAS Admins to view the SAS supplied user activity report in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-enable-non-SAS-Admins-to-view-the-SAS-supplied-user/m-p/980633#M30507</link>
    <description>Here is a Knowledge Base article that explains how to do this in Viya 3 and SAS Viya Platform.  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://sas.service-now.com/csm/en/grant-non-administrator-access-to-user-activity-reports-in-sas-viya?id=kb_article_view&amp;amp;sysparm_article=KB0043828" target="_blank"&gt;https://sas.service-now.com/csm/en/grant-non-administrator-access-to-user-activity-reports-in-sas-viya?id=kb_article_view&amp;amp;sysparm_article=KB0043828&lt;/A&gt;</description>
    <pubDate>Thu, 11 Dec 2025 13:55:05 GMT</pubDate>
    <dc:creator>ronf_sas</dc:creator>
    <dc:date>2025-12-11T13:55:05Z</dc:date>
    <item>
      <title>How to enable non SAS Admins to view the SAS supplied user activity report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-enable-non-SAS-Admins-to-view-the-SAS-supplied-user/m-p/907467#M27686</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For SAS Viya 3.5 there is a SAS Environment Management supplied report named User Activity which shows audit info for users accessing VA reports. We have a need to open access to this report (and the underlying CAS data) for some group of users who are &lt;EM&gt;not&lt;/EM&gt; members of the SAS Administrators group. Are there instructions for accomplishing this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 05:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-enable-non-SAS-Admins-to-view-the-SAS-supplied-user/m-p/907467#M27686</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2023-12-12T05:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable non SAS Admins to view the SAS supplied user activity report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-enable-non-SAS-Admins-to-view-the-SAS-supplied-user/m-p/907543#M27688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The User Activity report is in the /Products/SASEnvironmentManager/Dashboard Items path in SAS Content, which has a rule conditionally prohibiting Authenticated Users from seeing it. You will need to modify the condition of this rule to include a group this user is a member of, or call them out specifically. For instance by replacing this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!groupsForCurrentUser().contains('SASAdministrators') &amp;amp;&amp;amp; !groupsForCurrentUser().contains('sasapp')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!groupsForCurrentUser().contains('SASAdministrators') &amp;amp;&amp;amp; !groupsForCurrentUser().contains('sasapp') &amp;amp;&amp;amp; !groupsForCurrentUser().contains('NewGroup')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!groupsForCurrentUser().contains('SASAdministrators') &amp;amp;&amp;amp; !groupsForCurrentUser().contains('sasapp') &amp;amp;&amp;amp; !currentUser() == 'userid'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;General Authorization: How To (Rules page)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/calcdc/3.5/calauthzgen/p1bh4gj8c2xv1nn1fx011prusmii.htm" target="new"&gt;https://go.documentation.sas.com/doc/en/calcdc/3.5/calauthzgen/p1bh4gj8c2xv1nn1fx011prusmii.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The User Activity report uses the SystemData.Audit CAS table which Authenticated Users by default does not have permission to see, so the user/group will need to be granted permission on the SystemData caslib as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CAS Authorization: How To (Authorization Window)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/calcdc/3.5/calauthzcas/n10ey3zz0qwxrsn0z6l25qo310q7.htm" target="new"&gt;https://go.documentation.sas.com/doc/en/calcdc/3.5/calauthzcas/n10ey3zz0qwxrsn0z6l25qo310q7.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 14:05:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-enable-non-SAS-Admins-to-view-the-SAS-supplied-user/m-p/907543#M27688</guid>
      <dc:creator>ronf_sas</dc:creator>
      <dc:date>2023-12-12T14:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable non SAS Admins to view the SAS supplied user activity report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-enable-non-SAS-Admins-to-view-the-SAS-supplied-user/m-p/907548#M27690</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4637"&gt;@ronf_sas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for replying. Two questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Is there no issue/pitfall with opening the permissions for the folder and caslib to non SAS Admins?&lt;/P&gt;
&lt;P&gt;2. I want to open access only to this specific report and only to the specific CASLIB table and not to open access to the entire VA report folder and to the entire SystemData CASLIB. Is there an easy way to accomplish this?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 14:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-enable-non-SAS-Admins-to-view-the-SAS-supplied-user/m-p/907548#M27690</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2023-12-12T14:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable non SAS Admins to view the SAS supplied user activity report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-enable-non-SAS-Admins-to-view-the-SAS-supplied-user/m-p/907574#M27692</link>
      <description>1. Generally speaking the permissions are set such that non-administrators only have access to their own information. The User Activity report and SystemData.Audit CASLIB contain data on all users, so this is not granted by default. &lt;BR /&gt;2. Yes, you can set authorizations on specific objects and tables, so you can achieve this, you would just need to add additional permission configurations.&lt;BR /&gt;&lt;BR /&gt;By default the rule against the Dashboard folder is a conditional prohibit on Authenticated Users to /folders/folders/folder_id/**, so Authenticated Users have permission to see the folder, but permission is revoked to see any objects inside the folder (convey permission). As you want to grant access to a single object within the folder, you would not be able to use this rule, so you'd need to disable it which would grant users Read permission conveyed to all the objects within it. You'd then need to edit the permissions for each report in the folder and conditionally prohibit permission, with the same condition as the prohibit you disabled (prohibit Authenticated Users unless they are a member of the SAS Administrators or sasapp group)&lt;BR /&gt;&lt;BR /&gt;Similarly for the SystemData CASLIB, Authenticated Users by default do not have ReadInfo permission on the library. This would need to be granted at the library level and then removed at the table level for all tables but AUDIT, which would need ReadInfo and Select granted.</description>
      <pubDate>Tue, 12 Dec 2023 15:26:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-enable-non-SAS-Admins-to-view-the-SAS-supplied-user/m-p/907574#M27692</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-12-12T15:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable non SAS Admins to view the SAS supplied user activity report</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-enable-non-SAS-Admins-to-view-the-SAS-supplied-user/m-p/980633#M30507</link>
      <description>Here is a Knowledge Base article that explains how to do this in Viya 3 and SAS Viya Platform.  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://sas.service-now.com/csm/en/grant-non-administrator-access-to-user-activity-reports-in-sas-viya?id=kb_article_view&amp;amp;sysparm_article=KB0043828" target="_blank"&gt;https://sas.service-now.com/csm/en/grant-non-administrator-access-to-user-activity-reports-in-sas-viya?id=kb_article_view&amp;amp;sysparm_article=KB0043828&lt;/A&gt;</description>
      <pubDate>Thu, 11 Dec 2025 13:55:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-enable-non-SAS-Admins-to-view-the-SAS-supplied-user/m-p/980633#M30507</guid>
      <dc:creator>ronf_sas</dc:creator>
      <dc:date>2025-12-11T13:55:05Z</dc:date>
    </item>
  </channel>
</rss>

