as-user Header
as-user Header
It is possible to for a JWT application to act on behalf of another user
through the as-user
header.
curl https://api.box.com/2.0/folders/0 \
-H "as-user: [USER_ID]"
-H "authorization: Bearer [ACCESS_TOKEN]"
Preconditions
Using the as-user
header has a few requirements. Firstly, the application
needs to be configured to perform actions as users in the developer
console.
Additionally, the authenticated user needs to be a user with admin permissions, meaning either an admin, co-admin, or service account. See our guide on User Types for more details.
as-user using SDKs
All of the official SDKs support acting on behalf of a user using the as-user
header.