MicrosoftTeamsUserIdentifier interface
A Microsoft Teams user.
Properties
cloud | The cloud that the Microsoft Teams user belongs to. If missing, the cloud is "public". |
is |
True if the user is anonymous, for example when joining a meeting with a share link. If missing, the user is not anonymous. |
microsoft |
Id of the Microsoft Teams user. If the user isn't anonymous, the id is the AAD object id of the user. |
raw |
Optional raw id of the Microsoft Teams user. |
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"
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
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
rawId
Optional raw id of the Microsoft Teams user.
rawId?: string
Property Value
string