<?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: Get people API not returning External Users by email, only by Id. in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/get-people-api-not-returning-external-users-by-email-only-by-id/m-p/4863255#M2261</link>
    <description>&lt;P&gt;Adding API tag.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 14:28:41 GMT</pubDate>
    <dc:creator>KenKoellner</dc:creator>
    <dc:date>2023-06-27T14:28:41Z</dc:date>
    <item>
      <title>Get people API not returning External Users by email, only by Id.</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-people-api-not-returning-external-users-by-email-only-by-id/m-p/4862523#M2259</link>
      <description>&lt;P&gt;I just set up a new Webex Developer Sandbox.&amp;nbsp; We had been using a trial org from five years ago but it expired.&amp;nbsp; Since I don't have any easy way to verify a domain, I added my test users as external users.&amp;nbsp; My app uses get people by email address.&amp;nbsp; That works fine for my admin users by email.&amp;nbsp; It works fine for my external users by Id.&amp;nbsp; But when I try to get people by email address using the email address of one of my external users, I get zero items returns.&lt;/P&gt;
&lt;P&gt;For example, my external user Id request&amp;nbsp; --&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;/people?id=xxx&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Returns --&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{"notFoundIds":[],"items":[{"id":"xxx","emails":["365test7@ttops.onmicrosoft.com"],"displayName":"365test7 TimeTradeDevWebex","nickName":"365test7","firstName":"365test7","lastName":"365test7","userName":"365test7@ttops.xxx.com","avatar":"https://avatar-prod-us-east-2.webexcontent.com/Avtr~V1~xxx-xxx","orgId":"xxx","created":"2019-10-07T16:17:07.562Z","lastModified":"2023-06-23T20:42:25.887Z","type":"person"}]}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;But I I then try the by email --&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;/people?email=a365test7@ttops.xxx.com&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get an empty response --&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{"notFoundIds":null,"items":[]}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea what I could be doing wrong?&amp;nbsp; Do I have something wrong with the way the external users are added?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 05:41:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-people-api-not-returning-external-users-by-email-only-by-id/m-p/4862523#M2259</guid>
      <dc:creator>KenKoellner</dc:creator>
      <dc:date>2023-06-27T05:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get people API not returning External Users by email, only by Id.</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-people-api-not-returning-external-users-by-email-only-by-id/m-p/4863255#M2261</link>
      <description>&lt;P&gt;Adding API tag.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 14:28:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-people-api-not-returning-external-users-by-email-only-by-id/m-p/4863255#M2261</guid>
      <dc:creator>KenKoellner</dc:creator>
      <dc:date>2023-06-27T14:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get people API not returning External Users by email, only by Id.</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-people-api-not-returning-external-users-by-email-only-by-id/m-p/4863854#M2264</link>
      <description>&lt;P&gt;the /people API was changed some time ago to block lookup by email for users who are not in the same org as the user who makes the request. External users in your org would also be liable to this.&lt;BR /&gt;&lt;BR /&gt;Only lookup by personId is allowed in this case, hence why you're experiencing the behaviour you see. You can see this change mentioned in our &lt;A href="https://developer.webex.com/docs/api/changelog" target="_self"&gt;API Changelog&lt;/A&gt;, dated&amp;nbsp;July 20, 2022.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 11:52:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-people-api-not-returning-external-users-by-email-only-by-id/m-p/4863854#M2264</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2023-06-28T11:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get people API not returning External Users by email, only by Id.</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-people-api-not-returning-external-users-by-email-only-by-id/m-p/4863859#M2265</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp; I guess I'll have to use local users.&amp;nbsp; I was able to create a few when I got a test domain verified.&amp;nbsp; They lookup successfully but booking is failing.&amp;nbsp; I suppose I should open a new thread for that but I'll paste it here for the time being.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
"hostEmail":"365test7@ttdemo.net",
"enabledAutoRecordMeeting": false,
"allowAnyUserToBeCoHost": false,
"title": "kk catdev private teams with ttdemo.net email address -- 1A",
"start": "2023-06-27T16:30:00",
"end": "2023-06-27T17:00:00",
"timezone": "America/New_York",
"sendEmail": "false"
}&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;404 Not Found Transfer-Encoding:chunked server:Redacted expires:0 vary:origin,access-control-request-method,access-control-request-headers,accept-encoding x-frame-options:DENY Connection:keep-alive proxyreceivedtime:1687875595401 strict-transport-security:max-age=63072000; includeSubDomains; preload pragma:no-cache Date:Tue, 27 Jun 2023 14:19:57 GMT via:1.1 linkerd set-cookie:trackingSessionID=611AC45425164DF8A83055983E956F70; Path=/; Secure; HttpOnly x-content-type-options:nosniff;nosniff request_site_url:localhost:8080 proxyresponse:1958 cache-control:no-cache, no-store, max-age=0, must-revalidate trackingid:ROUTER_649AF001-B9E2-01BB-0138-AC12DA680138;ROUTER_649AF001-B9E2-01BB-0138-AC12DA680138 Content-Type:application/json
{"message":"Cannot find the data","errors":[{"description":"Cannot find the data"}],"trackingId":"ROUTER_649AF001-B9E2-01BB-0138-AC12DA680138"}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 11:59:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-people-api-not-returning-external-users-by-email-only-by-id/m-p/4863859#M2265</guid>
      <dc:creator>KenKoellner</dc:creator>
      <dc:date>2023-06-28T11:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get people API not returning External Users by email, only by Id.</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-people-api-not-returning-external-users-by-email-only-by-id/m-p/4863948#M2268</link>
      <description>&lt;P&gt;I believe I got the book meeting to work by adding webex meeting suite to the license for the user.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 13:16:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-people-api-not-returning-external-users-by-email-only-by-id/m-p/4863948#M2268</guid>
      <dc:creator>KenKoellner</dc:creator>
      <dc:date>2023-06-28T13:16:14Z</dc:date>
    </item>
  </channel>
</rss>

