reportRoot: getSkypeForBusinessActivityUserDetail
Namespace: microsoft.graph
Get details about Skype for Business activity by user.
Note: For details about different report views and names, see Microsoft 365 reports - Skype for Business activity.
Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.
Permission type | Permissions (from least to most privileged) |
---|---|
Delegated (work or school account) | Reports.Read.All |
Delegated (personal Microsoft account) | Not supported. |
Application | Reports.Read.All |
Note: For delegated permissions to allow apps to read service usage reports on behalf of a user, the tenant administrator must have assigned the user the appropriate Azure AD limited administrator role. For more details, see Authorization for APIs to read Microsoft 365 usage reports.
HTTP request
GET /reports/getSkypeForBusinessActivityUserDetail(period='{period_value}')
GET /reports/getSkypeForBusinessActivityUserDetail(date={date_value})
Function parameters
In the request URL, provide one of the following parameters with a valid value.
Parameter | Type | Description |
---|---|---|
period | string | Specifies the length of time over which the report is aggregated. The supported values for {period_value} are: D7, D30, D90, and D180. These values follow the format Dn where n represents the number of days over which the report is aggregated. |
date | Date | Specifies the date for which you would like to view the users who performed any activity. {date_value} must have a format of YYYY-MM-DD. As this report is only available for the past 30 days, {date_value} should be a date from that range. |
Note: You need to set either period or date in the URL.
Request headers
Name | Description |
---|---|
Authorization | Bearer {token}. Required. |
If-None-Match | If this request header is included and the eTag provided matches the current tag on the file, a 304 Not Modified response code is returned. Optional. |
Response
If successful, this method returns a 302 Found
response that redirects to a preauthenticated download URL for the report. That URL can be found in the Location
header in the response.
Preauthenticated download URLs are only valid for a short period of time (a few minutes) and do not require an Authorization
header.
The CSV file has the following headers for columns.
- Report Refresh Date
- User Principal Name
- Is Deleted
- Deleted Date
- Last Activity Date
- Total Peer-to-peer Session Count
- Total Organized Conference Count
- Total Participated Conference Count
- Peer-to-peer Last Activity Date
- Organized Conference Last Activity Date
- Participated Conference Last Activity Date
- Peer-to-peer IM Count
- Peer-to-peer Audio Count
- Peer-to-peer Audio Minutes
- Peer-to-peer Video Count
- Peer-to-peer Video Minutes
- Peer-to-peer App Sharing Count
- Peer-to-peer File Transfer Count
- Organized Conference IM Count
- Organized Conference Audio/Video Count
- Organized Conference Audio/Video Minutes
- Organized Conference App Sharing Count
- Organized Conference Web Count
- Organized Conference Dial-in/out 3rd Party Count
- Organized Conference Dial-in/out Microsoft Count
- Organized Conference Dial-in Microsoft Minutes
- Organized Conference Dial-out Microsoft Minutes
- Participated Conference IM Count
- Participated Conference Audio/Video Count
- Participated Conference Audio/Video Minutes
- Participated Conference App Sharing Count
- Participated Conference Web Count
- Participated Conference Dial-in/out 3rd Party Count
- Assigned Products
- Report Period
Example
Request
The following is an example of the request.
GET https://graph.microsoft.com/v1.0/reports/getSkypeForBusinessActivityUserDetail(period='D7')
Response
The following is an example of the response.
HTTP/1.1 302 Found
Content-Type: text/plain
Location: https://reports.office.com/data/download/JDFKdf2_eJXKS034dbc7e0t__XDe
Follow the 302 redirection and the CSV file that downloads will have the following schema.
HTTP/1.1 200 OK
Content-Type: application/octet-stream
Report Refresh Date,User Principal Name,Is Deleted,Deleted Date,Last Activity Date,Total Peer-to-peer Session Count,Total Organized Conference Count,Total Participated Conference Count,Peer-to-peer Last Activity Date,Organized Conference Last Activity Date,Participated Conference Last Activity Date,Peer-to-peer IM Count,Peer-to-peer Audio Count,Peer-to-peer Audio Minutes,Peer-to-peer Video Count,Peer-to-peer Video Minutes,Peer-to-peer App Sharing Count,Peer-to-peer File Transfer Count,Organized Conference IM Count,Organized Conference Audio/Video Count,Organized Conference Audio/Video Minutes,Organized Conference App Sharing Count,Organized Conference Web Count,Organized Conference Dial-in/out 3rd Party Count,Organized Conference Dial-in/out Microsoft Count,Organized Conference Dial-in Microsoft Minutes,Organized Conference Dial-out Microsoft Minutes,Participated Conference IM Count,Participated Conference Audio/Video Count,Participated Conference Audio/Video Minutes,Participated Conference App Sharing Count,Participated Conference Web Count,Participated Conference Dial-in/out 3rd Party Count,Assigned Products,Report Period
Feedback
Submit and view feedback for