| title | storylineFollowing resource type |
|---|---|
| description | Represents a user that the specified user is following. |
| 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 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.
| Method | Return type | Description |
|---|---|---|
| List followings | storylineFollowing collection | Get a list of users that the specified user is following. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.storylineFollowing",
"id": "String (identifier)",
"following": {
"@odata.type": "microsoft.graph.engagementIdentitySet"
}
}