Skip to main content
Question

Is there anyway to capture individual user names or names of users using oauth

  • June 23, 2025
  • 0 replies
  • 37 views

Forum|alt.badge.img

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?