PeoplePickerResult interface

Output user object of people picker API

Properties

displayName

Optional; display name of the selected user

email

Optional; email of the selected user

objectId

user object Id (also known as aad id) of the selected user

Property Details

displayName

Optional; display name of the selected user

displayName?: string

Property Value

string

email

Optional; email of the selected user

email?: string

Property Value

string

objectId

user object Id (also known as aad id) of the selected user

objectId: string

Property Value

string