userAnalytics 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.

The user's settings and activity statistics.

Methods

Method Return Type Description
Get settings settings Get the user's settings for using the analytics API.

Properties

Property Type Description
settings settings The current settings for a user to use the analytics API.

Relationships

Relationship Type Description
activityStatistics activityStatistics collection The collection of work activities that a user spent time on during and outside of working hours. Read-only. Nullable.

JSON representation

The following is a JSON representation of the resource.

{
  "activityStatistics": [{"@odata.type": "microsoft.graph.activityStatistics"}],
  "id": "string",
  "settings": {"@odata.type": "microsoft.graph.settings"}
}