CallerDetails interface
Details about a caller
Properties
| caller |
The unique identifier for the caller |
| caller |
The display name of the caller |
| caller |
The user principal name (UPN) of the caller |
| caller |
The user ID of the caller |
| tenant |
The tenant ID of the caller |
Property Details
callerId
The unique identifier for the caller
callerId?: string
Property Value
string
callerName
The display name of the caller
callerName?: string
Property Value
string
callerUpn
The user principal name (UPN) of the caller
callerUpn?: string
Property Value
string
callerUserId
The user ID of the caller
callerUserId?: string
Property Value
string
tenantId
The tenant ID of the caller
tenantId?: string
Property Value
string