box / box-windows-sdk-v2

Windows SDK for v2 of the Box API. The SDK is built upon .NET Framework 4.5

Home Page:https://developer.box.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get user id from email address

praveendevireddy opened this issue · comments

I have a requirement where I will be reading a csv file which a list of user email address. For passing each user email address I need to get the user id.

@praveendevireddy The only way is to list all enterprise users and find the user with the same email address. That user object with the same email address will also have a user ID. The method for list enterprise users is here.

Please first check our developer docs found here and our SDK docs found here. If these documents don't answer your questions, then we would love to help.