<?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 Automatic license assignments in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/automatic-license-assignments/m-p/4632751#M1054</link>
    <description>&lt;H6&gt;Query from&lt;STRONG&gt; Tom Walter&lt;/STRONG&gt; in&lt;EM&gt; #webex4devs&lt;/EM&gt; space:&lt;/H6&gt;
&lt;P&gt;First off, In the Org, we have set the auto template to not assign the basic messaging, basic space meetings or the Calling on Webex but i've noticed when using the people api, that the auto template is ignored and the basic services are being added. Is there a way around that or does it require an update to modify?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 04:23:17 GMT</pubDate>
    <dc:creator>Rudrakshi</dc:creator>
    <dc:date>2022-06-16T04:23:17Z</dc:date>
    <item>
      <title>Automatic license assignments</title>
      <link>https://community.cisco.com/t5/webex-for-developers/automatic-license-assignments/m-p/4632751#M1054</link>
      <description>&lt;H6&gt;Query from&lt;STRONG&gt; Tom Walter&lt;/STRONG&gt; in&lt;EM&gt; #webex4devs&lt;/EM&gt; space:&lt;/H6&gt;
&lt;P&gt;First off, In the Org, we have set the auto template to not assign the basic messaging, basic space meetings or the Calling on Webex but i've noticed when using the people api, that the auto template is ignored and the basic services are being added. Is there a way around that or does it require an update to modify?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 04:23:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/automatic-license-assignments/m-p/4632751#M1054</guid>
      <dc:creator>Rudrakshi</dc:creator>
      <dc:date>2022-06-16T04:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic license assignments</title>
      <link>https://community.cisco.com/t5/webex-for-developers/automatic-license-assignments/m-p/4632759#M1055</link>
      <description>&lt;P&gt;I have verified 2 scenarios with s&lt;SPAN&gt;etting the auto template to not assign the basic messaging, basic space meetings or the Calling on Webex: (using &lt;A href="https://developer.webex.com/docs/api/v1/people/create-a-person" target="_self"&gt;People API&lt;/A&gt; to create user in the org)&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;If you do not pass any licenses while creating the User via People API, the auto template will be honored by default.&lt;/LI&gt;
&lt;LI&gt;If you pass even one license while creating the User via People API, it will override the default behavior of applying the auto template and assign only the ones you have added via API request.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 04:29:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/automatic-license-assignments/m-p/4632759#M1055</guid>
      <dc:creator>Rudrakshi</dc:creator>
      <dc:date>2022-06-16T04:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic license assignments</title>
      <link>https://community.cisco.com/t5/webex-for-developers/automatic-license-assignments/m-p/4633199#M1060</link>
      <description>&lt;P&gt;I am passing one licenses in for Webex Meetings Suite and four additional licenses are being added which relate to Basic Messaging, Basic Space Meetings, Cal on Webex and Sharing.&lt;/P&gt;
&lt;P&gt;I am passing in:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;"licenses":&amp;nbsp;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Y2lzY29zDSAcGFyazovL3VzL0xJQ0VOU0UvZWU1NzM0NjItOGt"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;],&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;and this is what is being returned when the user is created.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;"licenses":&amp;nbsp;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0U",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0U",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0U",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0U,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0U"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-----&lt;/P&gt;
&lt;P&gt;License id's are changed to protect the innocent.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can send you the full output if you wish to see it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 13:53:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/automatic-license-assignments/m-p/4633199#M1060</guid>
      <dc:creator>walter21</dc:creator>
      <dc:date>2022-06-16T13:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic license assignments</title>
      <link>https://community.cisco.com/t5/webex-for-developers/automatic-license-assignments/m-p/4636540#M1101</link>
      <description>&lt;P&gt;This is expected when creating a new user and assigning licenses via the API. As mentioned before the auto template from CH isn't used when you assign licenses via the API as there is a different workflow that's followed, which you can't control. After the user is created you can update the user to remove the "Free message", "Free meeting" and "Call on Webex" licenses but the "Free screen share" one can not be removed. Even if you were trying to remove all licenses from the user the "Free screen share" one has to remain and the system won't let you remove it.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 12:19:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/automatic-license-assignments/m-p/4636540#M1101</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-06-22T12:19:53Z</dc:date>
    </item>
  </channel>
</rss>

