Skip to content

Variable: requestUserId

const requestUserId: (req) => string | undefined = identity.requestUserId

The forwarded user id on req, or undefined. Used to attribute a turn to the real caller when the Databricks client is the app SP but memory / cache / traces must still key off the user.

The forwarded user id on req, or undefined.

HeaderBearing | undefined

string | undefined