PlatformHeaders.UserId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The x-agent-user-id header β the platform-injected global,
cross-agent partition key for per-user state. The same user yields the
same value regardless of which agent they interact with. Consumed
container-side for per-user state partitioning; it is not forwarded
on outbound 1P calls (not accepted/trusted by 1P services).
public const string UserId;
val mutable UserId : string
Public Const UserId As String