<?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 Integration in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/integration/m-p/4596803#M692</link>
    <description>&lt;P class="p1"&gt;Hi Team I am trying to pull meeting information and participant information for everyone on my team. I have created the integration and enabled the correct parameters:&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://webexapis.com/v1/authorize?client_id=Cfaa55ec5c748505c5b448e88a3f5237cd3a3e80bd982c7d293c1328308b3318d&amp;amp;response_type=code&amp;amp;redirect_uri=http%3A%2F%2Flocalhost%3A8888%2F&amp;amp;scope=meeting%3Aadmin_participants_read%20meeting%3Aadmin_schedule_read%20meeting%3Aparticipants_read%20meeting%3Aschedules_read%20spark%3Akms&amp;amp;state=set_state_here" target="_blank" rel="noopener"&gt;https://webexapis.com/v1/authorize?client_id=Cfaa55ec5c748505c5b448e88a3f5237cd3a3e80bd982c7d293c1328308b3318d&amp;amp;response_type=code&amp;amp;redirect_uri=http%3A%2F%2Flocalhost%3A8888%2F&amp;amp;scope=meeting%3Aadmin_participants_read%20meeting%3Aadmin_schedule_read%20meeting%3Aparticipants_read%20meeting%3Aschedules_read%20spark%3Akms&amp;amp;state=set_state_here&lt;/A&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;But when I run the my code for a user other than me i get:&lt;/P&gt;
&lt;P class="p1"&gt;description":"At least one of the following scopes is required: 'meeting:admin_schedule_read'&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2022 13:00:35 GMT</pubDate>
    <dc:creator>Patience Umoru</dc:creator>
    <dc:date>2022-04-21T13:00:35Z</dc:date>
    <item>
      <title>Integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/integration/m-p/4596803#M692</link>
      <description>&lt;P class="p1"&gt;Hi Team I am trying to pull meeting information and participant information for everyone on my team. I have created the integration and enabled the correct parameters:&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://webexapis.com/v1/authorize?client_id=Cfaa55ec5c748505c5b448e88a3f5237cd3a3e80bd982c7d293c1328308b3318d&amp;amp;response_type=code&amp;amp;redirect_uri=http%3A%2F%2Flocalhost%3A8888%2F&amp;amp;scope=meeting%3Aadmin_participants_read%20meeting%3Aadmin_schedule_read%20meeting%3Aparticipants_read%20meeting%3Aschedules_read%20spark%3Akms&amp;amp;state=set_state_here" target="_blank" rel="noopener"&gt;https://webexapis.com/v1/authorize?client_id=Cfaa55ec5c748505c5b448e88a3f5237cd3a3e80bd982c7d293c1328308b3318d&amp;amp;response_type=code&amp;amp;redirect_uri=http%3A%2F%2Flocalhost%3A8888%2F&amp;amp;scope=meeting%3Aadmin_participants_read%20meeting%3Aadmin_schedule_read%20meeting%3Aparticipants_read%20meeting%3Aschedules_read%20spark%3Akms&amp;amp;state=set_state_here&lt;/A&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;But when I run the my code for a user other than me i get:&lt;/P&gt;
&lt;P class="p1"&gt;description":"At least one of the following scopes is required: 'meeting:admin_schedule_read'&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:00:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/integration/m-p/4596803#M692</guid>
      <dc:creator>Patience Umoru</dc:creator>
      <dc:date>2022-04-21T13:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/integration/m-p/4596805#M693</link>
      <description>&lt;P&gt;Hi, to be able to make this request you would need to be a full admin to make this request. I say this because the reason for that error is that t&lt;SPAN&gt;he token you have used doesn't have any of the admin level scopes applied to it, which are required to pull data on behalf of other hosts.&amp;nbsp;&lt;/SPAN&gt;I checked your account in CH and it seems you don't have the full admin role yet. Just having the scopes will not return the desire result you would need to be an admin to make this request.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;In order to obtain the admin level scopes on the access token the user needs to be made a full admin of the org and meeting site. You'll need to have one of your org admins login to Control Hub and the meeting site and make you a full admin under both. After that is done then you will need to authorize with the integration again to generate a new access token and the admin level scope should get applied to it.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Once you make your user a full admin within the org, then you can use the meetings API with the hostEmail to get all meetings for that host. you can have a read:&amp;nbsp; here&amp;nbsp;&lt;A href="https://developer.webex.com/docs/meetings#adminorganization-level-authentication-and-scopes" target="_blank" rel="noopener"&gt;https://developer.webex.com/docs/meetings#adminorganization-level-authentication-and-scopes&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:20:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/integration/m-p/4596805#M693</guid>
      <dc:creator>Patience Umoru</dc:creator>
      <dc:date>2022-04-21T13:20:24Z</dc:date>
    </item>
  </channel>
</rss>

