MicrosoftTeamsUserIdentifier Class

Represents an identifier for a Microsoft Teams user.

Inheritance
builtins.object
MicrosoftTeamsUserIdentifier

Constructor

MicrosoftTeamsUserIdentifier(user_id: str, **kwargs: Any)

Parameters

Name Description
user_id
Required
str

Microsoft Teams user id.

Keyword-Only Parameters

Name Description
is_anonymous

True if the identifier is anonymous. Default value is False.

cloud
str or <xref:azure.communication.chat.CommunicationCloudEnvironment>

Cloud environment that the user belongs to. Default value is PUBLIC.

raw_id
str

The raw ID of the identifier. If not specified, this value will be constructed from the other properties.

Attributes

kind

The type of identifier.

kind: MICROSOFT_TEAMS_USER: 'microsoft_teams_user'>] = 'microsoft_teams_user'

properties

The properties of the identifier.

properties: MicrosoftTeamsUserProperties

raw_id

The raw ID of the identifier.

raw_id: str