<?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: Mapping webhooks users to accounts in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mapping-webhooks-users-to-accounts/m-p/207204#M10121</link>
    <description>I'm attempting to do an online migration of an app from API v1 to v2 and it would be great to not have to do additional lookups to verify the mapping, especially since there's a limit to the amount of time to respond to a webhook.</description>
    <pubDate>Fri, 17 Feb 2017 00:12:13 GMT</pubDate>
    <dc:creator>nberato</dc:creator>
    <dc:date>2017-02-17T00:12:13Z</dc:date>
    <item>
      <title>Mapping webhooks users to accounts</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mapping-webhooks-users-to-accounts/m-p/207201#M10119</link>
      <description>&lt;P&gt;Is there any guarantee that the order of "users" and "accounts" in a&amp;nbsp;webhook notification body is the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. in the sample&amp;nbsp;webhook notification below, does the user "12345678" correspond to the account "dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
    "list_folder": {
        "accounts": [
            "dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc",
            ...
        ]
    },
    "delta": {
        "users": [
            12345678,
            23456789,
            ...
        ]
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:25:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mapping-webhooks-users-to-accounts/m-p/207201#M10119</guid>
      <dc:creator>nberato</dc:creator>
      <dc:date>2019-05-29T09:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping webhooks users to accounts</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mapping-webhooks-users-to-accounts/m-p/207203#M10120</link>
      <description>We don't document a guarantee for that, so I don't recommend relying on it.&lt;BR /&gt;&lt;BR /&gt;What's your use case for this though? The intent is that you should only need to use one or the other. I'll be happy to send along a feature request but some additional context would be helpful.</description>
      <pubDate>Fri, 17 Feb 2017 00:05:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mapping-webhooks-users-to-accounts/m-p/207203#M10120</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-02-17T00:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping webhooks users to accounts</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mapping-webhooks-users-to-accounts/m-p/207204#M10121</link>
      <description>I'm attempting to do an online migration of an app from API v1 to v2 and it would be great to not have to do additional lookups to verify the mapping, especially since there's a limit to the amount of time to respond to a webhook.</description>
      <pubDate>Fri, 17 Feb 2017 00:12:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mapping-webhooks-users-to-accounts/m-p/207204#M10121</guid>
      <dc:creator>nberato</dc:creator>
      <dc:date>2017-02-17T00:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping webhooks users to accounts</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mapping-webhooks-users-to-accounts/m-p/207205#M10122</link>
      <description>&lt;P&gt;Thanks! I'll send this along.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For reference, as it is right now, as you migrate to API v2, to record the user ID to account ID mapping you can call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_self"&gt;/2/users/get_current_accou&lt;/A&gt;nt for the known user ID to get the account ID.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 00:19:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mapping-webhooks-users-to-accounts/m-p/207205#M10122</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-02-17T00:19:55Z</dc:date>
    </item>
  </channel>
</rss>

