Get Users Specific Audit Events

get

/cloudapi/restapi/audits/userEmail/{grantor}

This end point returns specific users audit events. Example request: GET /cloudapi/restapi/audits/userEmail/jane.smith@example.com

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