I want to get the account info of the admin of a team. I had the memberId of this admin and that is all.
I get the memberId which is 41 characters long so I cannot use standard dropboxclient.GetAccountAsync()which is used for regular dropbox client.
I noticed 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?