Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 1.65 KB

File metadata and controls

54 lines (44 loc) · 1.65 KB
title storyline resource type
description Represents a user's storyline for following and engagement features.
author aditijha4
ms.date 02/06/2026
ms.localizationpriority medium
ms.subservice viva-engage
doc_type resourcePageType

storyline resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a user's storyline for following and engagement features. This resource enables users to follow other users in their organization and manage their following relationships.

Inherits from entity.

Methods

Method Return type Description
Follow user None Follow a user in the organization.
Unfollow user None Remove the specified user from the signed-in user's following list.

Properties

Property Type Description
id String The unique identifier for the storyline. Inherited from entity.

Relationships

Relationship Type Description
followers storylineFollower collection The users who are following this user.
followings storylineFollowing collection The users that this user is following.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.storyline",
  "id": "String (identifier)"
}