I have a box app that is using Oauth to authenticate. Our users have to log in individually to get access to my app. When I capture the user id using
client.users.get_user_me().login
it returns the user id of the developer that setup the platform app. Is there anyway to capture the user id as they are authenticating?