MicrosoftTeamsUserIdentifierModel interface
A Microsoft Teams user.
Properties
cloud | The cloud that the Microsoft Teams user belongs to. By default 'public' if missing. |
is |
True if the Microsoft Teams user is anonymous. By default false if missing. |
user |
The Id of the Microsoft Teams user. If not anonymous, this is the AAD object Id of the user. |
Property Details
cloud
The cloud that the Microsoft Teams user belongs to. By default 'public' if missing.
cloud?: string
Property Value
string
isAnonymous
True if the Microsoft Teams user is anonymous. By default false if missing.
isAnonymous?: boolean
Property Value
boolean
userId
The Id of the Microsoft Teams user. If not anonymous, this is the AAD object Id of the user.
userId: string
Property Value
string