Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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'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.
Methods
| 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. |
| List followers | storylineFollower collection | Get a list of users who are following a specified user. |
| List followings | storylineFollowing collection | Get a list of users that the specified user is following. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier for the storyline. Inherited from entity. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| followers | storylineFollower collection | The users who are following this user. |
| followings | storylineFollowing collection | The users that this user is following. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.storyline",
"id": "String (identifier)"
}