Clarify Python example
On page https://developer.box.com/docs/work-with-users
Creating a new App User, Python.
Should specify login=None for clarity in create_user() call. Also add
Specify login=None to indicate you are creating an App User.
1
vote

View the updated developer documentation at https://developer.box.com/guides/users/create-app-user/