<?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: Working with Individual API and Business API endpoints? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Working-with-Individual-API-and-Business-API-endpoints/m-p/394967#M21740</link>
    <description>&lt;P&gt;To use both the individual user endpoints and the Business endpoints for a connected team, you should use a "Dropbox Business API" app with the "team member file access" &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#access-types" target="_self"&gt;permission&lt;/A&gt;. You can &lt;A href="https://www.dropbox.com/developers/apps/create" target="_self"&gt;register one here&lt;/A&gt; if you haven't already. (Note that&amp;nbsp;Dropbox Business API apps can only be connected to Business teams.)&lt;/P&gt;
&lt;P&gt;With that kind of app, you can use &lt;A href="https://www.dropbox.com/developers/documentation/http/teams" target="_self"&gt;the Business endpoints&lt;/A&gt; for a connected team, but&amp;nbsp;also call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_self"&gt;the user endpoints&lt;/A&gt; for any particular member of a connected team via &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_self"&gt;the "member file access" feature&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, you can use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-list" target="_self"&gt;/2/team/members/list&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-list-continue" target="_self"&gt;/continue&lt;/A&gt;] to list all of the members of the connected team, and then call user endpoints like&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_self"&gt;/2/users/get_current_account&lt;/A&gt; or&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_self"&gt;/2/files/download&lt;/A&gt;&amp;nbsp;for any particular member by specifying the member ID in the 'Dropbox-API-Select-User' header.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2020 16:16:29 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-02-05T16:16:29Z</dc:date>
    <item>
      <title>Working with Individual API and Business API endpoints?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Working-with-Individual-API-and-Business-API-endpoints/m-p/394857#M21737</link>
      <description>&lt;P&gt;I am trying to look up all members of a team using the business API, and then identify the user's root field and download all the files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've got each individual element working but I can't for the life of me figure out how to get the business and user api's working in tandem. Any advice or documentation on this?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 08:27:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Working-with-Individual-API-and-Business-API-endpoints/m-p/394857#M21737</guid>
      <dc:creator>hbuuutag</dc:creator>
      <dc:date>2020-02-05T08:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Individual API and Business API endpoints?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Working-with-Individual-API-and-Business-API-endpoints/m-p/394967#M21740</link>
      <description>&lt;P&gt;To use both the individual user endpoints and the Business endpoints for a connected team, you should use a "Dropbox Business API" app with the "team member file access" &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#access-types" target="_self"&gt;permission&lt;/A&gt;. You can &lt;A href="https://www.dropbox.com/developers/apps/create" target="_self"&gt;register one here&lt;/A&gt; if you haven't already. (Note that&amp;nbsp;Dropbox Business API apps can only be connected to Business teams.)&lt;/P&gt;
&lt;P&gt;With that kind of app, you can use &lt;A href="https://www.dropbox.com/developers/documentation/http/teams" target="_self"&gt;the Business endpoints&lt;/A&gt; for a connected team, but&amp;nbsp;also call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_self"&gt;the user endpoints&lt;/A&gt; for any particular member of a connected team via &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_self"&gt;the "member file access" feature&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, you can use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-list" target="_self"&gt;/2/team/members/list&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-list-continue" target="_self"&gt;/continue&lt;/A&gt;] to list all of the members of the connected team, and then call user endpoints like&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_self"&gt;/2/users/get_current_account&lt;/A&gt; or&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_self"&gt;/2/files/download&lt;/A&gt;&amp;nbsp;for any particular member by specifying the member ID in the 'Dropbox-API-Select-User' header.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 16:16:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Working-with-Individual-API-and-Business-API-endpoints/m-p/394967#M21740</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-02-05T16:16:29Z</dc:date>
    </item>
  </channel>
</rss>

