<?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 can I get a listing of SAS.IdentityGroups (used in Row-Level Filtering) for user in Viya? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-get-a-listing-of-SAS-IdentityGroups-used-in-Row-Level/m-p/691019#M20381</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;. &amp;nbsp;I will check these out too!&lt;/P&gt;</description>
    <pubDate>Mon, 12 Oct 2020 17:14:35 GMT</pubDate>
    <dc:creator>rgreen33</dc:creator>
    <dc:date>2020-10-12T17:14:35Z</dc:date>
    <item>
      <title>How can I get a listing of SAS.IdentityGroups (used in Row-Level Filtering) for user in Viya?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-get-a-listing-of-SAS-IdentityGroups-used-in-Row-Level/m-p/690995#M20376</link>
      <description>&lt;P&gt;We are in the process of switching to Viya. &amp;nbsp;I have my Viya environment pulling users and groups (some nested) from Active Directory. &amp;nbsp;I am using Row-Level Filtering on many of my data sets, based on "... IN ('&lt;STRONG&gt;SUB::SAS.IdentityGroups&lt;/STRONG&gt;')". &amp;nbsp;As an administrator, I would like to have a script that I can run for trouble-shooting that will list, for any given user, their SAS.IdentityGroups...as Viya would see them in the Row-Level Filtering. &amp;nbsp;Is this possible? &amp;nbsp;I have searched, hoping that a SAS Studio script that might be usable, but I have not found anything. &amp;nbsp;Any help on this matter would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 15:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-get-a-listing-of-SAS-IdentityGroups-used-in-Row-Level/m-p/690995#M20376</guid>
      <dc:creator>rgreen33</dc:creator>
      <dc:date>2020-10-12T15:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a listing of SAS.IdentityGroups (used in Row-Level Filtering) for user in Viya?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-get-a-listing-of-SAS-IdentityGroups-used-in-Row-Level/m-p/691005#M20378</link>
      <description>The REST endpoint https://&amp;lt;viya.example.com&amp;gt;/identities/users/&amp;lt;uid&amp;gt;/memberships?depth=-1 would return a list of the user &amp;lt;uid&amp;gt;'s group memberships.</description>
      <pubDate>Mon, 12 Oct 2020 16:09:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-get-a-listing-of-SAS-IdentityGroups-used-in-Row-Level/m-p/691005#M20378</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-10-12T16:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a listing of SAS.IdentityGroups (used in Row-Level Filtering) for user in Viya?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-get-a-listing-of-SAS-IdentityGroups-used-in-Row-Level/m-p/691008#M20379</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/125413"&gt;@rgreen33&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Here are a couple of options for working with users and groups in SAS Viya. One option is to use the &lt;A href="https://go.documentation.sas.com/api/docsets/calcli/3.5/content/calcli.pdf" target="_self"&gt;SAS Viya Admin CLI&lt;/A&gt;. Specifically, there is the &lt;A href="https://go.documentation.sas.com/?cdcId=calcdc&amp;amp;cdcVersion=3.5&amp;amp;docsetId=calids&amp;amp;docsetTarget=p16ecdrk53y0cmn10e0wajcvi7xy.htm&amp;amp;locale=en" target="_self"&gt;identities CLI&lt;/A&gt;. In addition you can read &lt;A href="https://communities.sas.com/t5/Developers/How-to-get-user-group-information-in-sas/m-p/687133#M950" target="_self"&gt;this thread from the Developers Community&lt;/A&gt; with another alternative.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are also various Community articles and SAS blog posts on the subject. I'll try and track a few of those down once we verify this may fit your need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 16:41:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-get-a-listing-of-SAS-IdentityGroups-used-in-Row-Level/m-p/691008#M20379</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2020-10-12T16:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a listing of SAS.IdentityGroups (used in Row-Level Filtering) for user in Viya?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-get-a-listing-of-SAS-IdentityGroups-used-in-Row-Level/m-p/691018#M20380</link>
      <description>&lt;P&gt;Perfect! &amp;nbsp;This is exactly what I was looking for! &amp;nbsp;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 17:05:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-get-a-listing-of-SAS-IdentityGroups-used-in-Row-Level/m-p/691018#M20380</guid>
      <dc:creator>rgreen33</dc:creator>
      <dc:date>2020-10-12T17:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a listing of SAS.IdentityGroups (used in Row-Level Filtering) for user in Viya?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-get-a-listing-of-SAS-IdentityGroups-used-in-Row-Level/m-p/691019#M20381</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;. &amp;nbsp;I will check these out too!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 17:14:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-can-I-get-a-listing-of-SAS-IdentityGroups-used-in-Row-Level/m-p/691019#M20381</guid>
      <dc:creator>rgreen33</dc:creator>
      <dc:date>2020-10-12T17:14:35Z</dc:date>
    </item>
  </channel>
</rss>

