Variable: requestUserId
constrequestUserId: (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.
Parameters
Section titled “Parameters”HeaderBearing | undefined
Returns
Section titled “Returns”string | undefined