<?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: How can I get the total storage used by a member using the API? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/374858#M21058</link>
    <description>&lt;P&gt;No, unfortunately that's not accessible via the API.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2019 17:47:36 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-10-28T17:47:36Z</dc:date>
    <item>
      <title>How can I get the total storage used by a member using the API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/374582#M21046</link>
      <description>&lt;P&gt;I'm trying to get a list of all members and the storage used by each using the business API. The members/list api doesn't seem to return the storage used by the member. How else can we get at this information?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 06:34:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/374582#M21046</guid>
      <dc:creator>vishalseth</dc:creator>
      <dc:date>2019-10-28T06:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the total storage used by a member using the API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/374803#M21054</link>
      <description>&lt;P&gt;Unfortunately, the Business API doesn't offer quite what you're looking for. You can get information about the connected team's overall space using using /2/team/reports/get_storage, but that isn't broken down by member or group:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-reports-get_storage" target="_blank" rel="noopener noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/teams#team-reports-get_storage&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Likewise, /2/team/members/get_info and/2/team/members/list[/continue] don't return space usage information, as you mentioned. I'll send this along as a feature request though.&lt;/P&gt;
&lt;P&gt;If your app has the "team member file access" permission though, one workaround is to use the member file access feature:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_blank" rel="noopener noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And call /2/users/get_space_usage for each user:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_space_usage" target="_blank" rel="noopener noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#users-get_space_usage&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 15:46:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/374803#M21054</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-28T15:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the total storage used by a member using the API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/374831#M21057</link>
      <description>&lt;P&gt;The call per member could be a slow operation and potentially run into api throttling for mass reporting.&lt;/P&gt;&lt;P&gt;The admin center export of members has a column for member storage. Is there a programattic way of generating and downloaidng this export?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 16:34:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/374831#M21057</guid>
      <dc:creator>vishalseth</dc:creator>
      <dc:date>2019-10-28T16:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the total storage used by a member using the API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/374858#M21058</link>
      <description>&lt;P&gt;No, unfortunately that's not accessible via the API.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 17:47:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/374858#M21058</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-28T17:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the total storage used by a member using the API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/375029#M21066</link>
      <description>&lt;P&gt;Is there a place or way we can track the feature request for this new functionality?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 06:03:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/375029#M21066</guid>
      <dc:creator>vishalseth</dc:creator>
      <dc:date>2019-10-29T06:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the total storage used by a member using the API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/375111#M21070</link>
      <description>&lt;P&gt;This forum thread serves as the reference for this feature request. I'll follow up here if/when there's any update on this.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 12:53:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-the-total-storage-used-by-a-member-using-the-API/m-p/375111#M21070</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-29T12:53:03Z</dc:date>
    </item>
  </channel>
</rss>

