OrganisationReports

Queue an export of the organisation authentication log report

This endpoint queues an export of all authentication logs for the organisation.

get/shop/reports/organisation/authentication-log/queue

Query parameters

date_fromstring date required

The date from which to start the report.

date_tostring date required

The date to which to end the report.

authenticatable_idstring uuid

Optional user filter. When provided, only authentication events for the given user are returned; omit to see every authentication attempt across the organisation in the date range.

login_successfulboolean

Filter the report by whether the login was successful or not.

Response

The job was successfully queued

Example response

{
  "data": {
    "created_at": "2023-11-07T00:00:00+00:00",
    "updated_at": "2023-11-07T01:00:00+00:00"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.