UserDetail interface
Subscriber detail
Properties
| aad |
AAD email address |
| email |
Email address |
| first |
First name |
| last |
Last name |
| user |
User principal name |
Property Details
aadEmail
AAD email address
aadEmail?: string
Property Value
string
emailAddress
Email address
emailAddress: string
Property Value
string
firstName
First name
firstName?: string
Property Value
string
lastName
Last name
lastName?: string
Property Value
string
userPrincipalName
User principal name
userPrincipalName?: string
Property Value
string