get_activity_events: Returns a list of audit activity events for a tenant.Note:...

Description Usage Arguments Value

View source: R/admin.R

Description

Returns a list of audit activity events for a tenant.Note: The user must have administrator rights (such as Office 365 Global Administrator or Power BI Service Administrator) to call this API. This API allows 200 requests per hour at maximum. Required scope: Tenant.Read.All or Tenant.ReadWrite.All. To call this API, provide either a continuation token or both a start and end date time. StartDateTime and EndDateTime must be in the same UTC day.

Usage

1
2
3
4
5
6
7
8
get_activity_events(
  token,
  filter = NULL,
  continuationToken = NULL,
  endDateTime = NULL,
  startDateTime = NULL,
  output = "value"
)

Arguments

groupId

OK

Value

A 'data.frame' object.


assuncaolfi/pbr documentation built on May 12, 2020, 12:56 a.m.