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

HI Team, could you please let me know, how to get the user last logged in information using .Net SDK

karthik161 opened this issue · comments

HI Team, could you please let me know, how to get the user last logged in information using .Net SDK

@karthik161 There is no way to get the last logged in time off a user object. The only way would be to monitor the event stream for an enterprise and find when the user logged in. The docs on event streams can be found here. The event stream methods in the .NET SDK can be found here. Feel free to re-open this issue if you have any more questions regarding this issue.