UserDetails interface
Details about the human user caller.
Properties
| caller |
The client IP address for the caller |
| tenant |
The tenant ID of the caller |
| user |
The email address of the caller |
| user |
The unique identifier for the caller |
| user |
The display name of the caller |
Property Details
callerClientIp
The client IP address for the caller
callerClientIp?: string
Property Value
string
tenantId
The tenant ID of the caller
tenantId?: string
Property Value
string
userEmail
The email address of the caller
userEmail?: string
Property Value
string
userId
The unique identifier for the caller
userId?: string
Property Value
string
userName
The display name of the caller
userName?: string
Property Value
string