TeamsParticipantChannelAccount Class

Definition

Teams participant channel account detailing user Azure Active Directory and meeting participant details.

public class TeamsParticipantChannelAccount : Microsoft.Bot.Schema.Teams.TeamsChannelAccount
type TeamsParticipantChannelAccount = class
    inherit TeamsChannelAccount
Public Class TeamsParticipantChannelAccount
Inherits TeamsChannelAccount
Inheritance
TeamsParticipantChannelAccount

Constructors

TeamsParticipantChannelAccount()

Initializes a new instance of the TeamsParticipantChannelAccount class.

TeamsParticipantChannelAccount(String, String, String, String, String, String, String, String, String, Boolean, ConversationAccount)

Initializes a new instance of the TeamsParticipantChannelAccount class.

Properties

AadObjectId

Gets or sets this account's object ID within Azure Active Directory (AAD).

(Inherited from ChannelAccount)
Conversation

Gets or sets the Conversation Account for the meeting.

Email

Gets or sets email Id of the user.

(Inherited from TeamsChannelAccount)
GivenName

Gets or sets given name part of the user name.

(Inherited from TeamsChannelAccount)
Id

Gets or sets channel id for the user or bot on this channel (Example: joe@smith.com, or @joesmith or 123456).

(Inherited from ChannelAccount)
InMeeting

Gets or sets a value indicating whether the participant is in the meeting or not.

MeetingRole

Gets or sets the participant's role in the meeting.

Name

Gets or sets display friendly name.

(Inherited from ChannelAccount)
Properties

Gets or sets properties that are not otherwise defined by the ChannelAccount type but that might appear in the REST JSON object.

(Inherited from ChannelAccount)
Role

Gets or sets role of the entity behind the account (Example: User, Bot, etc.). Possible values include: 'user', 'bot'.

(Inherited from ChannelAccount)
Surname

Gets or sets surname part of the user name.

(Inherited from TeamsChannelAccount)
TenantId

Gets or sets the TenantId.

(Inherited from TeamsChannelAccount)
UserPrincipalName

Gets or sets unique user principal name.

(Inherited from TeamsChannelAccount)
UserRole

Gets or sets the UserRole.

(Inherited from TeamsChannelAccount)

Applies to