Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MicrosoftTeamsUserKind

Package version

IdentifierKind for a MicrosoftTeamsUserIdentifier.

Hierarchy

Index

Properties

Optional cloud

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

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

Optional isAnonymous

isAnonymous: undefined | false | true

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

kind

kind: "microsoftTeamsUser"

The identifier kind.

microsoftTeamsUserId

microsoftTeamsUserId: string

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

Optional rawId

rawId: undefined | string

Optional raw id of the Microsoft Teams user.

Generated using TypeDoc