Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 932 Bytes

UserAuditResponse.md

File metadata and controls

19 lines (16 loc) · 932 Bytes

# UserAuditResponse

Properties

Name Type Description Notes
id int The identifier of the audit entry.
action string Type of the action.
timestamp \DateTime When the change took place.
tenant_id string Customer tenant id
customer_id string Customer number
changed_by string User ID
username string Name of the user which led to the change.
request_id string The requestId of the API call which led to the change.
trace_id string The traceId of the API call which led to the change.
user_id string The identifier of the user
changes object List of actual changes. [optional]

[Back to Model list] [Back to API list] [Back to README]