Skip to main content

WorkflowAuditEventRecord

idstringrequired
actorUserIdstring
actorProfileIdstring
actorDisplayNamestring
actorProfile object
userIdstringrequired
displayNamestringrequired
emailstring

Optional email address for the profile summary.

avatarUrlstring

Optional avatar image URL or data URL for the uploader profile.

principalKindstringrequired
eventTypestringrequired
resourceTypestring
resourceIdstring
outcomeWorkflowAuditOutcomerequired

Possible values: [success, failed, denied]

requestIpstring
userAgentstring
context objectrequired
property name*any
createdAtstring<date-time>required
WorkflowAuditEventRecord
{
"id": "string",
"actorUserId": "string",
"actorProfileId": "string",
"actorDisplayName": "string",
"actorProfile": {
"userId": "string",
"displayName": "string",
"email": "string",
"avatarUrl": "string"
},
"principalKind": "string",
"eventType": "string",
"resourceType": "string",
"resourceId": "string",
"outcome": "success",
"requestIp": "string",
"userAgent": "string",
"context": {},
"createdAt": "2024-07-29T15:51:28.071Z"
}