Modifica

storylineFollower 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 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"
  }
}