Welcome to the new Box Support website. Check out all the details here on what’s changed.

Retrieving list of users and it's status via Python script

New post

Comments

2 comments

  • Murtza

    To get a list of Managed Users through the API, the recommended route is authenticating as the Box Admin using the OAuth process.

     

    To test your script you can use the developer token generated through the developer console. For production use cases, you shouldn't use the developer token.

    0
    Comment actions Permalink
  • sarogers

    Hi,

     

    I was told for a standalone app with screen (CLI) output you needed to use JWT w/OAuth but if you want a web output then just OAuth. But that a side there is almost no Python Boxsdk examples out there so it would have been nice if  you would have provided a Python code example(s) of how to authenticate and list user info.

    0
    Comment actions Permalink

Please sign in to leave a comment.