# Patch a Mail2Fax user

Patch (update) a Mail2Fax user

Endpoint: PATCH /outbound/users/{user}
Version: 2.0
Security: http-basic-auth

## Path parameters:

  - `user` (string, required)
    The users email address
    Example: "john.smith@retarus.com"

## Request fields (application/json-patch+json):

  - `op` (string, required)
    The operation to be performed
    Enum: "add", "remove", "replace", "move", "copy", "test"

  - `path` (string, required)
    A JSON-Pointer

  - `value` (object)
    The value to be used within the operations.

  - `from` (string)
    A string containing a JSON Pointer value.

## Response 401 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)

## Response 403 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)

## Response 404 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)

## Response 409 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)


## Response 200 fields
