Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.58 KB

File metadata and controls

57 lines (45 loc) · 1.58 KB
title storylineFollower resource type
description Represents a user who is following a specified user.
author aditijha4
ms.date 02/06/2026
ms.localizationpriority medium
ms.subservice viva-engage
doc_type resourcePageType

storylineFollower resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a user who is following a specified user.

This resource is part of the user follow feature in employee engagement, enabling users to follow other users in their organization.

Inherits from entity.

Methods

Method Return type Description
List followers storylineFollower collection Get a list of users who are following a specified user.

Properties

Property Type Description
follower engagementIdentitySet The identity information of the user who is following.
id String The unique identifier for the follower relationship. Inherited from entity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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