Skip to main content

Get User Audits

Get all of the audits for events that have occured for a specific user such as create user, edit user, change password, login success, login failed.

External Documentation

To learn more, visit the Delinea documentation.

Parameters

ParameterDescription
Max RecordsMaximum number of records to include in results.
User IDUser ID. Can be retrieved from the 'List Users' action.

Example Output

{
"batchCount": 0,
"currentPage": 0,
"hasNext": true,
"hasPrev": true,
"nextSkip": 0,
"pageCount": 0,
"prevSkip": 0,
"records": [
{
"action": "string",
"databaseName": "string",
"dateRecorded": "2019-08-24T14:15:22Z",
"displayName": "string",
"displayNameAffected": "string",
"ipAddress": "string",
"machineName": "string",
"notes": "string",
"userId": 0,
"userIdAffected": 0
}
],
"severity": "None",
"skip": 0,
"sortBy": [
{
"direction": "None",
"name": "string",
"priority": 0
}
],
"success": true,
"take": 0,
"total": 0
}

Workflow Library Example

Get User Audits with Delinea and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop