Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 3.14 KB

File metadata and controls

72 lines (51 loc) · 3.14 KB

GetAuditLogs

Properties

Name Type Required Description
Trails_ List<Trails>

Trails

Properties

Name Type Required Description
Id double The audit event's ID.
Ip string The IP address of the user that performed the action.
UserAgent string The user agent information.
Action string The action performed by the user.
Timestamp string The date and time at which the event occurred.
Message string The audit event's description.
Data TrailsData

TrailsData

Properties

Name Type Required Description
Actor_ Actor Information about the user who preformed the audit event.
User DataUser Information about the user.
Team DataTeam The user's team information.
Variables object Additional information about the performed action.

Actor

Information about the user who preformed the audit event.

Properties

Name Type Required Description
Name string The user's name.
Username string The user's username.
Email string The user's email address.
Id double
Active bool If true, the user is active. If false, the user is deactivated.

DataUser

Information about the user.

Properties

Name Type Required Description
Name string The user's name.
Username string The user's username.
Email string The user's email address.
Id double The user's ID.

DataTeam

The user's team information.

Properties

Name Type Required Description
Name string The team's name.
Id double The team's ID.