| title | storyline resource type |
|---|---|
| description | Represents a user's storyline for following and engagement features. |
| 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's storyline for following and engagement features. This resource enables users to follow other users in their organization and manage their following relationships.
Inherits from entity.
| Method | Return type | Description |
|---|---|---|
| Follow user | None | Follow a user in the organization. |
| Unfollow user | None | Remove the specified user from the signed-in user's following list. |
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier for the storyline. Inherited from entity. |
| Relationship | Type | Description |
|---|---|---|
| followers | storylineFollower collection | The users who are following this user. |
| followings | storylineFollowing collection | The users that this user is following. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.storyline",
"id": "String (identifier)"
}