Add Python code example
On page https://developer.box.com/docs/work-with-users
It would be super-helpful to have a Python example for Generate a User Access Token.
I've had a tough time finding the right Python call to use for App Users for getting an access token.
1
vote

There is now an example of how to get an access token for an app user with the Box Python SDK available at: https://developer.box.com/guides/authentication/jwt/user-access-tokens/