# Create or update the entity sync delivery configuration for admin users

Create or update the entity sync delivery configuration for AdminUsers

Endpoint: PUT /integrations/entitysync/adminusers
Version: 1.0.445.36017
Security: OAuth2

## Request fields (application/json):

  - `DeliveryConfigID` (string, required)

  - `SyncEntityChanged` (boolean, required)

  - `SyncEntityDeleted` (boolean, required)

  - `Paused` (boolean)

## Response 200 fields (application/json):

  - `DeliveryConfigID` (string)

  - `SyncEntityChanged` (boolean)

  - `SyncEntityDeleted` (boolean)

  - `Paused` (boolean)

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


