Edit

storylineFollowing resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a user that the specified user is following.

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 followings storylineFollowing collection Get a list of users that the specified user is following.

Properties

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

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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