AuditLogResponse

  • action
    Type: string
    required
  • createdAt
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • id
    Type: stringFormat: uuid
    required
  • ipAddress
    Type: string | null
    required
  • metadata
    Type: object
    required

    Action-specific context (varies by action)

    • propertyName
      Type: anything
  • organizationId
    Type: string | nullFormat: uuid
    required
  • resource
    Type: string
    required
  • userAgent
    Type: string | null
    required
  • userId
    Type: string | nullFormat: uuid
    required