WorkOS

organizations.audit_logs_retention.update

Set the event retention period for the given Organization.

Remote workos

Other tools also called organizations.audit_logs_retention.update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the Organization."
    },
    "retention_period_in_days": {
      "type": "integer",
      "description": "The number of days Audit Log events will be retained. Valid values are `30` and `365`."
    }
  }
}
          

Provider

WorkOS →