<?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: AXL how to get the AppUser id with device number in Management</title>
    <link>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4481937#M3761</link>
    <description>&lt;P&gt;For what it's worth, here's a sample when the device is controlled by more than one app user:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/12.5"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:executeSQLQuery&amp;gt;
         &amp;lt;sql&amp;gt;select applicationuser.name,applicationuser.pkid
              from device,applicationuser,applicationuserdevicemap 
              where applicationuserdevicemap.fkapplicationuser = applicationuser.pkid
              and applicationuserdevicemap.fkdevice = device.pkid
              and device.name = "SEP001EF727852D"&amp;lt;/sql&amp;gt;
      &amp;lt;/ns:executeSQLQuery&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:executeSQLQueryResponse xmlns:ns="http://www.cisco.com/AXL/API/12.5"&amp;gt;
         &amp;lt;return&amp;gt;
            &amp;lt;row&amp;gt;
               &amp;lt;name&amp;gt;norbert&amp;lt;/name&amp;gt;
               &amp;lt;pkid&amp;gt;47f7c497-1e96-3724-f034-6fb56204cb0a&amp;lt;/pkid&amp;gt;
            &amp;lt;/row&amp;gt;
            &amp;lt;row&amp;gt;
               &amp;lt;name&amp;gt;daggett&amp;lt;/name&amp;gt;
               &amp;lt;pkid&amp;gt;63e82413-5626-6a33-40ae-7a91a45635d9&amp;lt;/pkid&amp;gt;
            &amp;lt;/row&amp;gt;
         &amp;lt;/return&amp;gt;
      &amp;lt;/ns:executeSQLQueryResponse&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;
&lt;P&gt;You would need some other criteria to determine which app user you were looking for.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Oct 2021 14:49:38 GMT</pubDate>
    <dc:creator>npetrele</dc:creator>
    <dc:date>2021-10-07T14:49:38Z</dc:date>
    <item>
      <title>AXL how to get the AppUser id with device number</title>
      <link>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4480984#M3754</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;For jabber AXL API, how do I get the App User Id by device number or userName or some indicator?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 12:08:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4480984#M3754</guid>
      <dc:creator>eran.finish</dc:creator>
      <dc:date>2021-10-06T12:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: AXL how to get the AppUser id with device number</title>
      <link>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4481047#M3757</link>
      <description>&lt;P&gt;Could you rephrase that or provide some more details?&amp;nbsp; I don't understand the question.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 13:24:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4481047#M3757</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2021-10-06T13:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: AXL how to get the AppUser id with device number</title>
      <link>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4481053#M3758</link>
      <description>&lt;P&gt;For every app user we have a list of associated Devices.&lt;/P&gt;&lt;P&gt;I need away to know what is The appUser that is associated with a&amp;nbsp;certain device number.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 13:31:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4481053#M3758</guid>
      <dc:creator>eran.finish</dc:creator>
      <dc:date>2021-10-06T13:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: AXL how to get the AppUser id with device number</title>
      <link>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4481084#M3759</link>
      <description>&lt;P&gt;A device can be controlled by more than one app user. There's not a one-to-one relationship between a device and an app user.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 14:10:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4481084#M3759</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2021-10-06T14:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: AXL how to get the AppUser id with device number</title>
      <link>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4481182#M3760</link>
      <description>&lt;P&gt;npetrele is correct in that the below request may return more than one row of matches, but in case it's helpful, you can use something like this &amp;lt;executeSqlQuery&amp;gt; request:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/14.0"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:executeSQLQuery sequence="1"&amp;gt;
         &amp;lt;sql&amp;gt;select applicationuser.name,applicationuser.pkid
              from device,applicationuser,applicationuserdevicemap 
              where applicationuserdevicemap.fkapplicationuser = applicationuser.pkid
              and applicationuserdevicemap.fkdevice = device.pkid
              and device.name = "CSFDSTAUDT"&amp;lt;/sql&amp;gt;
      &amp;lt;/ns:executeSQLQuery&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Response:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:executeSQLQueryResponse xmlns:ns="http://www.cisco.com/AXL/API/14.0"&amp;gt;
         &amp;lt;return&amp;gt;
            &amp;lt;row&amp;gt;
               &amp;lt;name&amp;gt;testAppUser&amp;lt;/name&amp;gt;
               &amp;lt;pkid&amp;gt;0085d951-9f27-a128-e2f7-378783caffc5&amp;lt;/pkid&amp;gt;
            &amp;lt;/row&amp;gt;
         &amp;lt;/return&amp;gt;
      &amp;lt;/ns:executeSQLQueryResponse&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Oct 2021 15:54:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4481182#M3760</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2021-10-06T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: AXL how to get the AppUser id with device number</title>
      <link>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4481937#M3761</link>
      <description>&lt;P&gt;For what it's worth, here's a sample when the device is controlled by more than one app user:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/12.5"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:executeSQLQuery&amp;gt;
         &amp;lt;sql&amp;gt;select applicationuser.name,applicationuser.pkid
              from device,applicationuser,applicationuserdevicemap 
              where applicationuserdevicemap.fkapplicationuser = applicationuser.pkid
              and applicationuserdevicemap.fkdevice = device.pkid
              and device.name = "SEP001EF727852D"&amp;lt;/sql&amp;gt;
      &amp;lt;/ns:executeSQLQuery&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:executeSQLQueryResponse xmlns:ns="http://www.cisco.com/AXL/API/12.5"&amp;gt;
         &amp;lt;return&amp;gt;
            &amp;lt;row&amp;gt;
               &amp;lt;name&amp;gt;norbert&amp;lt;/name&amp;gt;
               &amp;lt;pkid&amp;gt;47f7c497-1e96-3724-f034-6fb56204cb0a&amp;lt;/pkid&amp;gt;
            &amp;lt;/row&amp;gt;
            &amp;lt;row&amp;gt;
               &amp;lt;name&amp;gt;daggett&amp;lt;/name&amp;gt;
               &amp;lt;pkid&amp;gt;63e82413-5626-6a33-40ae-7a91a45635d9&amp;lt;/pkid&amp;gt;
            &amp;lt;/row&amp;gt;
         &amp;lt;/return&amp;gt;
      &amp;lt;/ns:executeSQLQueryResponse&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;
&lt;P&gt;You would need some other criteria to determine which app user you were looking for.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 14:49:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4481937#M3761</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2021-10-07T14:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: AXL how to get the AppUser id with device number</title>
      <link>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4483180#M3765</link>
      <description>&lt;P&gt;Thank You all For The Fast reply&lt;/P&gt;</description>
      <pubDate>Sun, 10 Oct 2021 06:19:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-how-to-get-the-appuser-id-with-device-number/m-p/4483180#M3765</guid>
      <dc:creator>eran.finish</dc:creator>
      <dc:date>2021-10-10T06:19:21Z</dc:date>
    </item>
  </channel>
</rss>

