| 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 |
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.
| Method | Return type | Description |
|---|---|---|
| List followers | storylineFollower collection | Get a list of users who are following a specified user. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.storylineFollower",
"id": "String (identifier)",
"follower": {
"@odata.type": "microsoft.graph.engagementIdentitySet"
}
}