# Employee disabled extension

An employee has temporarily disabled the Push extension for a specific domain.

Endpoint: POST employee-disabled-extension
Version: v1
Security: X-Signature

## Header parameters:

  - `X-Signature` (string, required)
    Example: "X-Signature: t=1492774577,v1=5257a869..."

## Request fields (application/json):

  - `version` (string, required)
    The version of the event.
    Example: "1"

  - `id` (string, required)
    The unique identifier for the event. This can be used as an idempotency key.
    Example: "c478966c-f927-411c-b919-179832d3d50c"

  - `timestamp` (integer, required)
    When the event occurred, formatted as a UNIX timestamp (in seconds).
    Example: 1698604061

  - `category` (string, required)
    The category of the event.
    Enum: "AUDIT"

  - `object` (string, required)
    The object that was created.
    Enum: "EMPLOYEE_DISABLED_EXTENSION"

  - `actor` (object, required)
    This object contains details about the employee that triggered the audit log.

  - `actor.source` (string, required)
    The source of the action that generated the event.
    Enum: "EMPLOYEE"

  - `actor.id` (string, required)
    The employee's identifier.

  - `actor.email` (string, required)
    The employee's email.

  - `actor.sourceIpAddress` (string, required)
    The IP address of the employee at the time of the event.

  - `actor.userAgent` (string,null, required)
    The user agent of the employee at the time of the event, if available.

  - `new` (object, required)

  - `new.browserId` (string, required)
    The identifier of the employee's Push extension.

  - `new.domain` (string, required)
    The domain for which the extension was disabled.

  - `new.disabledUntilTimestamp` (integer, required)
    The timestamp when the extension will be re-enabled on the specified domain, formatted as a UNIX timestamp (in seconds).

  - `description` (string)
    The description of the event. Note: this is subject to change and should not be used to match on this object.
    Example: "user@example.com temporarily disabled the Push extension on domain some-domain.com."

  - `friendlyName` (string)
    The friendly name of this object. Note: this is subject to change and should not be used to match on this object.
    Example: "Employee disabled extension"


## Response 2XX fields
