Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.79 KB

File metadata and controls

48 lines (38 loc) · 1.79 KB
title presenceStatusMessage resource type
description Represents a presence status message related to the presence of a user in Microsoft Teams.
author afedorov
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/21/2024

presenceStatusMessage resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a presence status message related to the presence of a user in Microsoft Teams.

Properties

Property Type Description
expiryDateTime dateTimeTimeZone Time in which the status message expires.
If not provided, the status message doesn't expire.

expiryDateTime.dateTime shouldn't include time zone.

expiryDateTime isn't available when you request the presence of another user.
message itemBody Status message item.

The only supported format currently is message.contentType = 'text'.
publishedDateTime DateTimeOffset Time in which the status message was published.
Read-only.

publishedDateTime isn't available when you request the presence of another user.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "expiryDateTime": {"@odata.type": "#microsoft.graph.dateTimeTimeZone"},
  "message": {"@odata.type": "#microsoft.graph.itemBody"},
  "publishedDateTime": "String"
}