v10

latestSwagger 2.02026-07-1391323.0 KB
TeamsUser

Exchange an Entra ID access token of a Teams user for a new Communication Identity access token with a matching expiration time.

Exchange an Entra ID access token of a Teams user for a new Communication Identity access token with a matching expiration time.

post/teamsUser/:exchangeAccessToken

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

tokenstring required

Entra ID access token of a Teams User to acquire a new Communication Identity access token.

appIdstring required

Client ID of an Entra ID application to be verified against the appid claim in the Entra ID access token.

userIdstring required

Object ID of an Entra ID user (Teams User) to be verified against the oid claim in the Entra ID access token.

Response

The request has succeeded.

tokenstring required

The access token issued for the identity.

expiresOnstring date-time required

The expiry time of the token.