UserDetails interface
User details for an organization
Properties
| email |
Email address of the user |
| first |
First name of the user |
| last |
Last name of the user |
| phone |
User's phone number |
| upn | User's principal name |
Property Details
emailAddress
Email address of the user
emailAddress?: string
Property Value
string
firstName
First name of the user
firstName?: string
Property Value
string
lastName
Last name of the user
lastName?: string
Property Value
string
phoneNumber
User's phone number
phoneNumber?: string
Property Value
string
upn
User's principal name
upn?: string
Property Value
string