GET /v1.0/myorg/admin/activityevents

Get Activity Events

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.

Servers

Query parameters

Name Type Required Description
endDateTime String No

string (Optional) End date and time of the window for audit event results. Must be in ISO 8601 compliant UTC format.

$filter String No

string (Optional) Filters the results based on a boolean condition, using 'Activity', 'UserId', or both properties. Supports only 'eq' and 'and' operators.

continuationToken String No

string (Optional) Token required to get the next chunk of the result set

startDateTime String No

string (Optional) Start date and time of the window for audit event results. Must be in ISO 8601 compliant UTC format.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.