Share via


TeamsExtensionUserIdentifier interface

A Microsoft Teams Phone user who is using the Azure Communication Services resource to extend their Teams Phone set up.

Properties

cloud

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

rawId

Optional raw id of the Microsoft Teams Extension user.

resourceId

The Azure Communication Services resource Id.

tenantId

The tenant Id of the Microsoft Teams Extension user.

userId

The Id of the Microsoft Teams Extension user, i.e. the Entra ID object Id of the user.

Property Details

cloud

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

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

Property Value

"public" | "dod" | "gcch"

rawId

Optional raw id of the Microsoft Teams Extension user.

rawId?: string

Property Value

string

resourceId

The Azure Communication Services resource Id.

resourceId: string

Property Value

string

tenantId

The tenant Id of the Microsoft Teams Extension user.

tenantId: string

Property Value

string

userId

The Id of the Microsoft Teams Extension user, i.e. the Entra ID object Id of the user.

userId: string

Property Value

string