MicrosoftTeamsUserKind interface

IdentifierKind for a MicrosoftTeamsUserIdentifier.

Extends

Properties

kind

The identifier kind.

Inherited Properties

cloud

The cloud that the Microsoft Teams user belongs to. If missing, the cloud is "public".

isAnonymous

True if the user is anonymous, for example when joining a meeting with a share link. If missing, the user is not anonymous.

microsoftTeamsUserId

Id of the Microsoft Teams user. If the user isn't anonymous, the id is the AAD object id of the user.

rawId

Optional raw id of the Microsoft Teams user.

Property Details

kind

The identifier kind.

kind: "microsoftTeamsUser"

Property Value

"microsoftTeamsUser"

Inherited Property Details

cloud

The cloud that the Microsoft Teams user belongs to. If missing, the cloud is "public".

cloud?: "public" | "dod" | "gcch"

Property Value

"public" | "dod" | "gcch"

Inherited From MicrosoftTeamsUserIdentifier.cloud

isAnonymous

True if the user is anonymous, for example when joining a meeting with a share link. If missing, the user is not anonymous.

isAnonymous?: boolean

Property Value

boolean

Inherited From MicrosoftTeamsUserIdentifier.isAnonymous

microsoftTeamsUserId

Id of the Microsoft Teams user. If the user isn't anonymous, the id is the AAD object id of the user.

microsoftTeamsUserId: string

Property Value

string

Inherited From MicrosoftTeamsUserIdentifier.microsoftTeamsUserId

rawId

Optional raw id of the Microsoft Teams user.

rawId?: string

Property Value

string

Inherited From MicrosoftTeamsUserIdentifier.rawId