<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>DMM API calls limit for username?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5990115" />
  <subtitle>DMM API calls limit for username?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5990115</id>
  <updated>2013-05-22T21:11:09Z</updated>
  <dc:date>2013-05-22T21:11:09Z</dc:date>
  <entry>
    <title>DMM API calls limit for username?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5990114" />
    <author>
      <name>Alan Tham</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5990114</id>
    <updated>2012-07-05T07:46:41Z</updated>
    <published>2012-07-05T07:46:41Z</published>
    <summary type="html">Hi!
1) I am checking for usernames one by one using the HTTP GET from the DMM:
 
[url=https://&lt;DMM_IP&gt;:8443/dmscore/api/rest/usermanagement/users/user?userName=&lt;username]https://&lt;DMM_IP&gt;:8443/dmscore/api/rest/usermanagement/users/user?userName=&lt;username[/url]&gt;
 
But it fails after 5000 HTTP calls. Is there a limit to how many calls the DMM can take?
 
2) If I use user listing, for 1 to 100, I use: 
[url=https://&lt;DMM_IP&gt;:8443/dmscore/api/rest/usermanagement/users?Start=1&amp;limit=100&amp;orderByCol=username&amp;orderBy=asc]https://&lt;DMM_IP&gt;:8443/dmscore/api/rest/usermanagement/users?Start=1&amp;limit=100&amp;orderByCol=username&amp;orderBy=asc[/url]
 
For the next 100, I changed the Start and limit to 101 and 100 respectively: 
[url=https://&lt;DMM_IP&gt;:8443/dmscore/api/rest/usermanagement/users?Start=101&amp;limit=100&amp;orderByCol=username&amp;orderBy=asc]https://&lt;DMM_IP&gt;:8443/dmscore/api/rest/usermanagement/users?Start=101&amp;limit=100&amp;orderByCol=username&amp;orderBy=asc[/url]
 
But I am still getting the usernames for 1 to 100.
I have also tried using Start and limit for 101 and 200 but it also gives the same result as the first call.
 
Does anyone face the same problem? Is there a limit to the numbers of users the DMM can take?
 
Thanks.</summary>
    <dc:creator>Alan Tham</dc:creator>
    <dc:date>2012-07-05T07:46:41Z</dc:date>
  </entry>
</feed>

