<?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: XML API Scheduling Permissions in REST API in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4784717#M1951</link>
    <description>&lt;P&gt;Yes right&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/337305"&gt;@Phill Johntony&lt;/a&gt;! Actually that &lt;EM&gt;schedulingPermission&lt;/EM&gt; is entirely for the Training Center events and this Training Center is part of Event Center (EC) which includes Classic Events and Trainings, exclusive in XML API.&lt;BR /&gt;But in REST API, it only supports Meeting Center (MC) as of now which includes Webex Meetings and Webinar.&lt;BR /&gt;Hence there is no place to conduct Training events using REST API and that's why some of those Training related functionalities still missing there.&lt;/P&gt;
&lt;P&gt;However once this whole EC gets migrated to REST &lt;EM&gt;(which is already in progress)&lt;/EM&gt;, such functionalities should be available with it.&lt;BR /&gt;For the time being, still the answer for your actual query would be to go with XML API.&lt;BR /&gt;Hope that helps here.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sandip&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2023 06:17:04 GMT</pubDate>
    <dc:creator>sandiban</dc:creator>
    <dc:date>2023-03-01T06:17:04Z</dc:date>
    <item>
      <title>XML API Scheduling Permissions in REST API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4770737#M1890</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;We run a script nightly that takes Outlook delegates and assigns them with Scheduling Permissions in Webex. This is currently only possible in the XML API which will be &lt;A href="https://developer.webex.com/docs/webex-xml-api-deprecation-announcement" target="_self"&gt;EOL sometime near the end of 2023&lt;/A&gt;. The script is already using the REST API for some other functions, but REST doesn't support scheduling permissions which are found under GetUser and SetUser endpoints in XML.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Are there plans to fill this feature gap between the XML and REST?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Feb 2023 21:45:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4770737#M1890</guid>
      <dc:creator>Phill Johntony</dc:creator>
      <dc:date>2023-02-07T21:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: XML API Scheduling Permissions in REST API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4770863#M1891</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/337305"&gt;@Phill Johntony&lt;/a&gt;,&lt;BR /&gt;Just wanted to update first on the XML API support with most recent changes, where the End-of-Support (EOS) has been extended a little to end of 2023 and End-of-Life has been extended till March 2024. Though it's not a long extension, but still a change in plan.&lt;BR /&gt;Same has been documented here -&amp;nbsp;&lt;A href="https://developer.webex.com/docs/webex-xml-api-deprecation-announcement" target="_blank"&gt;https://developer.webex.com/docs/webex-xml-api-deprecation-announcement&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Now, to answer your query - in REST API, we actually have &lt;A href="https://developer.webex.com/docs/api/v1/people" target="_self"&gt;/people&lt;/A&gt; APIs which is only accessible by the Full Admin of an Org.&lt;BR /&gt;You can use&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/people/list-people" target="_self"&gt;/list-person&lt;/A&gt;&amp;nbsp;API which will provide all the Users who are present in your Org or, if you already have the personId available with you, then directly you can run &lt;A href="https://developer.webex.com/docs/api/v1/people/get-person-details" target="_self"&gt;/get-person-details&lt;/A&gt; API.&lt;BR /&gt;Now if you want to update any of those person details along with their Roles and Licenses, you can use the &lt;A href="https://developer.webex.com/docs/api/v1/people/update-a-person" target="_self"&gt;/update-a-person&lt;/A&gt; REST API as well.&lt;/P&gt;
&lt;P&gt;To check what are the Roles and Licenses you've available in your org, being a Full Admin of your Org - you can run these respective REST APIs for &lt;A href="https://developer.webex.com/docs/api/v1/roles" target="_self"&gt;/roles&lt;/A&gt; and &lt;A href="https://developer.webex.com/docs/api/v1/licenses" target="_self"&gt;/licenses&lt;/A&gt;&lt;BR /&gt;Hope this helps to solve your purpose. You can review the provided REST APIs and please let us know for any further assistance.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sandip&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Please Note&lt;/I&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;I&gt;: If you think the solution provided above was helpful and satisfactory, please accept it as a Solution! However if you want to discuss it further and get yourself unblocked, please don't hesitate to reply back in this thread and we'll try to answer those queries by the soonest. In that case, once all of your queries are cleared - finally you can mark it as "Accepted as Solution&lt;/I&gt;&lt;I&gt;"&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 05:22:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4770863#M1891</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2023-02-08T05:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: XML API Scheduling Permissions in REST API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4784199#M1949</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1323322"&gt;@sandiban&lt;/a&gt;&amp;nbsp;thanks for the update on the EOS/EOL status.&lt;/P&gt;
&lt;P&gt;I am already using the REST API to&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/people/get-person-details" target="_self" rel="nofollow noopener noreferrer"&gt;/get-person-details&lt;/A&gt;.&amp;nbsp;The issue is the REST API doesn't currently support the &lt;STRONG&gt;schedulingPermission&lt;/STRONG&gt; element like the XML API GetUser and SetUser services do.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!elements-in-webex-xml-schema-definitions-for-the-user-service" target="_blank"&gt;https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!elements-in-webex-xml-schema-definitions-for-the-user-service&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhillJohntony_1-1677598403389.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/177742iE7DCD25B9E31CD94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PhillJohntony_1-1677598403389.png" alt="PhillJohntony_1-1677598403389.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 15:36:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4784199#M1949</guid>
      <dc:creator>Phill Johntony</dc:creator>
      <dc:date>2023-02-28T15:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: XML API Scheduling Permissions in REST API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4784717#M1951</link>
      <description>&lt;P&gt;Yes right&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/337305"&gt;@Phill Johntony&lt;/a&gt;! Actually that &lt;EM&gt;schedulingPermission&lt;/EM&gt; is entirely for the Training Center events and this Training Center is part of Event Center (EC) which includes Classic Events and Trainings, exclusive in XML API.&lt;BR /&gt;But in REST API, it only supports Meeting Center (MC) as of now which includes Webex Meetings and Webinar.&lt;BR /&gt;Hence there is no place to conduct Training events using REST API and that's why some of those Training related functionalities still missing there.&lt;/P&gt;
&lt;P&gt;However once this whole EC gets migrated to REST &lt;EM&gt;(which is already in progress)&lt;/EM&gt;, such functionalities should be available with it.&lt;BR /&gt;For the time being, still the answer for your actual query would be to go with XML API.&lt;BR /&gt;Hope that helps here.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sandip&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 06:17:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4784717#M1951</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2023-03-01T06:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: XML API Scheduling Permissions in REST API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4785041#M1952</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1323322"&gt;@sandiban&lt;/a&gt;&amp;nbsp;yes the API docs do mention that&amp;nbsp;&lt;EM&gt;schedulingPermission&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;is for Training Center, however, if you go to the Webex user portal it says&amp;nbsp;&lt;EM&gt;schedulingPermission&lt;/EM&gt;&amp;nbsp;is for Meetings, Training, and the Outlook integration. I assume the docs are just out of date.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhillJohntony_0-1677678517708.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/177830i62BC5D1CC275105F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PhillJohntony_0-1677678517708.png" alt="PhillJohntony_0-1677678517708.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Anyways thank you for your response. I'll continue to monitor the REST API for this feature as the XML migration as it gets closer to EOL.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 13:50:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4785041#M1952</guid>
      <dc:creator>Phill Johntony</dc:creator>
      <dc:date>2023-03-01T13:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: XML API Scheduling Permissions in REST API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4785539#M1954</link>
      <description>&lt;P&gt;Yes&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/337305"&gt;@Phill Johntony&lt;/a&gt;, actually I did some research from my end as well and discussed this internally. So, for the Webex Meeting Scheduling permission, actually there is a REST API available.&lt;BR /&gt;You can look at this&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/meeting-preferences/update-scheduling-options" target="_self"&gt;/update-scheduling-options&lt;/A&gt;&amp;nbsp;API for updating the scheduling options/permissions for a specific User and this&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/meeting-preferences/get-scheduling-options" target="_self"&gt;/get-scheduling-options&lt;/A&gt; API would help you to fetch the available scheduling permissions at this moment to your Webex Site.&lt;BR /&gt;I think this should be helpful for you, however for the Training Event - still there is no REST API with similar functionalities!&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sandip&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;I&gt;Please Note&lt;/I&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;I&gt;: If you think the solution provided above was helpful and satisfactory, please accept it as a Solution! However if you want to discuss it further and get yourself unblocked, please don't hesitate to reply back in this thread and we'll try to answer those queries by the soonest. In that case, once all of your queries are cleared - finally you can mark it as "Accepted as Solution&lt;/I&gt;&lt;I&gt;"&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 07:55:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4785539#M1954</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2023-03-02T07:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: XML API Scheduling Permissions in REST API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4785972#M1955</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1323322"&gt;@sandiban&lt;/a&gt;&amp;nbsp;so &lt;A href="https://developer.webex.com/docs/api/v1/meeting-preferences/update-scheduling-options" target="_self" rel="nofollow noopener noreferrer"&gt;/update-scheduling-options&lt;/A&gt; does seem like the logical place for scheduling permissions, however I don't see delegate permissions in the docs or in the API response.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
  "enabledJoinBeforeHost": true,
  "joinBeforeHostMinutes": 5,
  "enabledAutoShareRecording": false,
  "enabledWebexAssistantByDefault": false
}&lt;/LI-CODE&gt;
&lt;P&gt;Am I missing something?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 14:29:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4785972#M1955</guid>
      <dc:creator>Phill Johntony</dc:creator>
      <dc:date>2023-03-02T14:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: XML API Scheduling Permissions in REST API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4793646#M1992</link>
      <description>&lt;P&gt;If by "delegate permissions" you mean to update permissions for another host, if the user authenticating the request is a full admin of the org they can define the "userEmail" query parameter as the host they want to set the permissions for.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 13:20:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4793646#M1992</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2023-03-14T13:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: XML API Scheduling Permissions in REST API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4793656#M1993</link>
      <description>&lt;P&gt;No sorry, by delegate permissions, I am referring to the scheduling permissions field that allows users to schedule meetings on the other user's behalf, similar to Outlook delegates.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhillJohntony_0-1677678517708.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/178909i4B612FF11D72DF2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="PhillJohntony_0-1677678517708.png" alt="PhillJohntony_0-1677678517708.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am aware of using the&amp;nbsp;&lt;SPAN&gt;userEmail query to update settings for a specific user.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 13:33:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4793656#M1993</guid>
      <dc:creator>Phill Johntony</dc:creator>
      <dc:date>2023-03-14T13:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: XML API Scheduling Permissions in REST API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4794662#M1997</link>
      <description>&lt;P&gt;Sorry about that, I made the mistake of not reading the whole thread. Setting scheduling permissions via the REST APIs is on the roadmap but no ETA yet. The User Service XML APIs aren't being deprecated so you can continue to use them to set scheduling permissions but this ability will eventually make it into the REST APIs.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 13:06:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4794662#M1997</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2023-03-15T13:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: XML API Scheduling Permissions in REST API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4794753#M1998</link>
      <description>&lt;P&gt;No worries. Thanks for the update. I'll set a reminder to revisit the REST API docs next year to check on the status of this feature.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 14:41:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/xml-api-scheduling-permissions-in-rest-api/m-p/4794753#M1998</guid>
      <dc:creator>Phill Johntony</dc:creator>
      <dc:date>2023-03-15T14:41:44Z</dc:date>
    </item>
  </channel>
</rss>

