Share via


UserInfo interface

Warning

This API is now deprecated.

This package will be deprecated by 2026-07. Please use Microsoft 365 Agents SDK instead.

UserInfo with user displayName, objectId and preferredUserName.

Properties

displayName

User Display Name.

objectId

User unique reference within the Azure Active Directory domain.

preferredUserName

Usually be the email address.

tenantId

User tenant ID.

Property Details

displayName

User Display Name.

displayName: string

Property Value

string

objectId

User unique reference within the Azure Active Directory domain.

objectId: string

Property Value

string

preferredUserName

Usually be the email address.

preferredUserName: string

Property Value

string

tenantId

User tenant ID.

tenantId: string

Property Value

string