PeoplePickerResult interface
Output user object of people picker API
Properties
display |
Optional; display name of the selected user |
Optional; email of the selected user |
|
object |
user object ID (also known as Microsoft Entra ID) of the selected user |
Property Details
displayName
Optional; display name of the selected user
displayName?: string
Property Value
string
Optional; email of the selected user
email?: string
Property Value
string
objectId
user object ID (also known as Microsoft Entra ID) of the selected user
objectId: string
Property Value
string