<?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: User group and python script in Managing Users</title>
    <link>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881826#M802</link>
    <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;hello ,&lt;BR /&gt;
problem-scenario -: I have created some user in DUO and assign some categories/group to them and added ,now on client-side(my application) where the created user login using DUO-2FA ,i want the group information of user so that i can provide them permission/access/privileges according to the user group.&lt;/P&gt;
&lt;P&gt;can anyone tell how can i get user-group info if not then any alternate way to solve my problem i just want to categorise users and provide the different permission/access/privileges ,Like in my application partymgr → one has permission to see all party info and related access to handle them&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 25 Jul 2022 05:38:00 GMT</pubDate>
    <dc:creator>ROHIT_Pawar</dc:creator>
    <dc:date>2022-07-25T05:38:00Z</dc:date>
    <item>
      <title>User group and python script</title>
      <link>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881821#M797</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hi everyone ,&lt;BR /&gt;
I want to create user group  through python scripts to Duo .  can any anyone help me  out on how to add user group to duo by  python script ?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Jun 2021 10:01:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881821#M797</guid>
      <dc:creator>Richie20</dc:creator>
      <dc:date>2021-06-03T10:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: User group and python script</title>
      <link>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881822#M798</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hey &lt;A class="mention" href="https://community.duo.com/u/r_acolatse"&gt;@r_acolatse&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;I’d recommend taking a look at our &lt;A href="https://github.com/duosecurity/duo_client_python" rel="noopener nofollow ugc"&gt;Python client library&lt;/A&gt;. This will make it much easier to get started with our Admin API.  We have a script in the examples folder for creating a user and phone in Duo. This can be tweaked to add a group as well!&lt;/P&gt;
&lt;P&gt;You’ll want to take a look at our &lt;A href="https://duo.com/docs/adminapi#groups" rel="noopener nofollow ugc"&gt;Groups&lt;/A&gt; endpoint and also our &lt;A href="https://duo.com/docs/adminapi#users" rel="noopener nofollow ugc"&gt;Users&lt;/A&gt; endpoint to create a group and add users.&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Colin&lt;/LI&gt;
&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Jun 2021 19:16:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881822#M798</guid>
      <dc:creator>colin_medfisch</dc:creator>
      <dc:date>2021-06-03T19:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: User group and python script</title>
      <link>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881823#M799</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hi &lt;A class="mention" href="https://community.duo.com/u/cmedfischduo"&gt;@cmedfischduo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thank you for help . I have  already  able to create user and phone in duo  How  do I get the  group id   for  groups  to be able to  create  user with  group on  python.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Jun 2021 16:35:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881823#M799</guid>
      <dc:creator>Richie20</dc:creator>
      <dc:date>2021-06-07T16:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: User group and python script</title>
      <link>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881824#M800</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hey &lt;A class="mention" href="https://community.duo.com/u/r_acolatse"&gt;@r_acolatse&lt;/A&gt;, you can Retrieve Group IDs via &lt;A href="https://duo.com/docs/adminapi#retrieve-groups" rel="noopener nofollow ugc"&gt;https://duo.com/docs/adminapi#retrieve-groups&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Jun 2021 19:22:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881824#M800</guid>
      <dc:creator>colin_medfisch</dc:creator>
      <dc:date>2021-06-07T19:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: User group and python script</title>
      <link>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881825#M801</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hi &lt;A class="mention" href="https://community.duo.com/u/cmedfischduo"&gt;@cmedfischduo&lt;/A&gt;  thank you for  help .   do you have video  examples  or python script examples   of   how to  create the group on duo&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Jun 2021 20:03:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881825#M801</guid>
      <dc:creator>Richie20</dc:creator>
      <dc:date>2021-06-08T20:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: User group and python script</title>
      <link>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881826#M802</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;hello ,&lt;BR /&gt;
problem-scenario -: I have created some user in DUO and assign some categories/group to them and added ,now on client-side(my application) where the created user login using DUO-2FA ,i want the group information of user so that i can provide them permission/access/privileges according to the user group.&lt;/P&gt;
&lt;P&gt;can anyone tell how can i get user-group info if not then any alternate way to solve my problem i just want to categorise users and provide the different permission/access/privileges ,Like in my application partymgr → one has permission to see all party info and related access to handle them&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Jul 2022 05:38:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/managing-users/user-group-and-python-script/m-p/4881826#M802</guid>
      <dc:creator>ROHIT_Pawar</dc:creator>
      <dc:date>2022-07-25T05:38:00Z</dc:date>
    </item>
  </channel>
</rss>

