Get Audit Events On Date Filter

get

/cloudapi/restapi/audits/from/{startDate}/to/{endDate}

This end point returns all users audit events on date filter. Example request: GET /cloudapi/restapi/audits/from/2026-05-01/to/2026-05-31

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : UserAuditEventRO
Type: object
Title: UserAuditEventRO
Audit event associated with a user management action.
Show Source

400 Response

Invalid input, Please re-check the input.
Back to Top