I known the box python sdk has a feature as-user for OAuth2 authentication like this:
user_to_impersonate = client.user(user_id='USER_ID_GOES_HERE')
user_client = client.as_user(user_to_impersonate)
But I can't find this feature in the gen sdk. Could you tell me how I do that?
Best Regards.
Versions Used
Python SDK: 1.13.0
Python: 3.10.16
I known the box python sdk has a feature as-user for OAuth2 authentication like this:
user_to_impersonate = client.user(user_id='USER_ID_GOES_HERE')
user_client = client.as_user(user_to_impersonate)
But I can't find this feature in the gen sdk. Could you tell me how I do that?
Best Regards.
Versions Used
Python SDK: 1.13.0
Python: 3.10.16