<?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: Get all users via API in ExtremeCloud IQ</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63366#M572</link>
    <description>&lt;P&gt;yes. It run correctly but I need all users. not only 10 .&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 16:09:57 GMT</pubDate>
    <dc:creator>extreme</dc:creator>
    <dc:date>2021-08-05T16:09:57Z</dc:date>
    <item>
      <title>Get all users via API</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63362#M568</link>
      <description>&lt;P&gt;Hello everybody&lt;BR /&gt;&lt;BR /&gt;I'd like to obtain the total users&amp;nbsp;via&amp;nbsp;REST API (cURL, for example). Now have this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;curl -s -X GET "https://api.extremecloudiq.com/ssids/users?limit=100"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it’s possible to obtain the results without &lt;STRONG&gt;limit&lt;/STRONG&gt;?&amp;nbsp;Actually have the following pages and results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp; "total_pages": 2179,&lt;BR /&gt;&amp;nbsp; "total_count": 21783&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I put the value&amp;nbsp;limit to 1000000 appears this error because the process takes a long time and returns this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;504 Gateway Time-out&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it’s possible to obtain the export CSV (&lt;A href="https://ie.extremecloudiq.com/#/users/users" target="_blank" rel="noreferrer noopener nofollow ugc"&gt;https://ie.extremecloudiq.com/#/users/users&lt;/A&gt;) via command line?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 18:27:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63362#M568</guid>
      <dc:creator>extreme</dc:creator>
      <dc:date>2021-08-04T18:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get all users via API</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63363#M569</link>
      <description>&lt;P&gt;CLI for XIQ? I never heard of it.&lt;/P&gt;&lt;P&gt;But if you want to export the users via GUI, check the below screen shot:&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6ba64788544b4a07a92d33776bbe60e1_6050ad26-6627-4373-840e-7a22ac3192bb.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5614iF7672CBF1F1D4F69/image-size/large?v=v2&amp;amp;px=999" role="button" title="6ba64788544b4a07a92d33776bbe60e1_6050ad26-6627-4373-840e-7a22ac3192bb.png" alt="6ba64788544b4a07a92d33776bbe60e1_6050ad26-6627-4373-840e-7a22ac3192bb.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 08:09:09 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63363#M569</guid>
      <dc:creator>Dilraj_Singh_Kh</dc:creator>
      <dc:date>2021-08-05T08:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get all users via API</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63364#M570</link>
      <description>&lt;P&gt;via GUI I can generate the CSV correctly but I need via cURL&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 15:19:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63364#M570</guid>
      <dc:creator>extreme</dc:creator>
      <dc:date>2021-08-05T15:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get all users via API</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63365#M571</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;curl -X GET "https://api.extremecloudiq.com/ssids/users?page=2179&amp;amp;limit=10"&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Aug 2021 15:30:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63365#M571</guid>
      <dc:creator>Dilraj_Singh_Kh</dc:creator>
      <dc:date>2021-08-05T15:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get all users via API</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63366#M572</link>
      <description>&lt;P&gt;yes. It run correctly but I need all users. not only 10 .&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 16:09:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63366#M572</guid>
      <dc:creator>extreme</dc:creator>
      <dc:date>2021-08-05T16:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get all users via API</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63367#M573</link>
      <description>&lt;P&gt;So can’t we do&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;curl -X GET "https://api.extremecloudiq.com/ssids/users?page=2179&amp;amp;limit=25000"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 22:09:02 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63367#M573</guid>
      <dc:creator>Dilraj_Singh_Kh</dc:creator>
      <dc:date>2021-08-05T22:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get all users via API</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63368#M574</link>
      <description>&lt;P&gt;no output.&lt;/P&gt;&lt;P&gt;Can I check any documentation about “page” and “limit” parameters? Maybe have any limitation.&lt;/P&gt;&lt;P&gt;If I put only “limit” command appears this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;504 Gateway Time-out&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;center&amp;gt;&amp;lt;h1&amp;gt;504 Gateway Time-out&amp;lt;/h1&amp;gt;&amp;lt;/center&amp;gt;&lt;BR /&gt;&amp;lt;hr&amp;gt;&amp;lt;center&amp;gt;nginx&amp;lt;/center&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 14:49:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63368#M574</guid>
      <dc:creator>extreme</dc:creator>
      <dc:date>2021-08-10T14:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Get all users via API</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63369#M575</link>
      <description>&lt;P&gt;&lt;A href="https://extremecloudiq.com/api-docs/api-docs.html" target="_blank" rel="noreferrer noopener nofollow ugc"&gt;https://extremecloudiq.com/api-docs/api-docs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is the documentation&lt;/P&gt;&lt;P&gt;Please note that the Work on API is still in progress. We are working on a new End-point web application to make API calls. The tentative date of it’s release is&amp;nbsp;by the end of September.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 07:10:14 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63369#M575</guid>
      <dc:creator>Dilraj_Singh_Kh</dc:creator>
      <dc:date>2021-08-11T07:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get all users via API</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63370#M576</link>
      <description>&lt;P&gt;ok. assuming I can retrieve all my&amp;nbsp;21783 users via API&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 14:00:54 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63370#M576</guid>
      <dc:creator>extreme</dc:creator>
      <dc:date>2021-08-11T14:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get all users via API</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63371#M577</link>
      <description>&lt;P&gt;Hopefully you can. If you can’t, then we will be in a position to test it out in lab and escalate it internally if required and that will require a GTAC case.&lt;/P&gt;&lt;P&gt;But for now, with very limited information available for the external users, I am not at a liberty to share any further details.&lt;/P&gt;&lt;P&gt;I hope the docs&amp;nbsp;can help you to fix your problem for now.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 14:25:01 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq/get-all-users-via-api/m-p/63371#M577</guid>
      <dc:creator>Dilraj_Singh_Kh</dc:creator>
      <dc:date>2021-08-11T14:25:01Z</dc:date>
    </item>
  </channel>
</rss>

