<?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 single team member info .net V2 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-single-team-member-info-net-V2/m-p/187900#M7995</link>
    <description>&lt;P&gt;Why do you say you can't use the standard memberId because it's 41 characters long? Is there error output that states there's a problem with the length of the memberId?&lt;/P&gt;
&lt;P&gt;If you already have the member ID, I believe you could just create&amp;nbsp;a list (a MembersGetInfoArgs&lt;SPAN id="LST198B53DA_0"&gt;.&lt;/SPAN&gt;Members) that has&amp;nbsp;a single item, and pass that to the MembersGetInfoAsync call.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2016 07:00:06 GMT</pubDate>
    <dc:creator>Alexandra F.1</dc:creator>
    <dc:date>2016-06-02T07:00:06Z</dc:date>
    <item>
      <title>Get single team member info .net V2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-single-team-member-info-net-V2/m-p/187899#M7994</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the account info of the admin of a team. I had the memberId of this admin and that is all.&lt;/P&gt;
&lt;BR /&gt;&lt;P&gt;I get the memberId which is 41 characters long so I cannot use standard dropboxclient.GetAccountAsync()which is used for regular dropbox client.&lt;/P&gt;
&lt;BR /&gt;&lt;P&gt;I noticed&amp;nbsp;MembersGetInfoAsync() but that requires a List of members as parameters. I only had the memberId through admin, how do I only get his information without pulling the whole team, filtering for that id then passing that down to MembersGetInfoAsync() as a list with one entry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:33:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-single-team-member-info-net-V2/m-p/187899#M7994</guid>
      <dc:creator>AppBridge D.</dc:creator>
      <dc:date>2019-05-29T09:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get single team member info .net V2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-single-team-member-info-net-V2/m-p/187900#M7995</link>
      <description>&lt;P&gt;Why do you say you can't use the standard memberId because it's 41 characters long? Is there error output that states there's a problem with the length of the memberId?&lt;/P&gt;
&lt;P&gt;If you already have the member ID, I believe you could just create&amp;nbsp;a list (a MembersGetInfoArgs&lt;SPAN id="LST198B53DA_0"&gt;.&lt;/SPAN&gt;Members) that has&amp;nbsp;a single item, and pass that to the MembersGetInfoAsync call.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 07:00:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-single-team-member-info-net-V2/m-p/187900#M7995</guid>
      <dc:creator>Alexandra F.1</dc:creator>
      <dc:date>2016-06-02T07:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get single team member info .net V2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-single-team-member-info-net-V2/m-p/187901#M7996</link>
      <description>&lt;P&gt;GetAccountAsync takes in AccountId which is 40 characters and I have memberId which is part of a team that is 41 characters, it will result in an exception and throw an error stating that the accountid cannot be greater than 40&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 08:17:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-single-team-member-info-net-V2/m-p/187901#M7996</guid>
      <dc:creator>AppBridge D.</dc:creator>
      <dc:date>2016-06-02T08:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get single team member info .net V2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-single-team-member-info-net-V2/m-p/187902#M7997</link>
      <description>&lt;P&gt;Yes, account IDs are 40 characters long. Can you share the code snippet where you get the account ID from the Dropbox API?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2016 02:15:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-single-team-member-info-net-V2/m-p/187902#M7997</guid>
      <dc:creator>Alexandra F.1</dc:creator>
      <dc:date>2016-06-04T02:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get single team member info .net V2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-single-team-member-info-net-V2/m-p/187903#M7998</link>
      <description>&lt;P&gt;Apologies, I&amp;nbsp;was confusing member IDs and account IDs. Account IDs are 40 characters long, but member IDs can be longer or shorter. You can indeed use&amp;nbsp;MembersGetInfoArgs to pass in the member ID you have as a single-item list to&amp;nbsp;MembersGetInfoAsync. Let us know if you have any trouble with that!&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2016 02:32:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-single-team-member-info-net-V2/m-p/187903#M7998</guid>
      <dc:creator>Alexandra F.1</dc:creator>
      <dc:date>2016-06-04T02:32:37Z</dc:date>
    </item>
  </channel>
</rss>

