# Upload a thumbnail pic

Upload an image to represent the group in Devices & Groups.

Endpoint: POST /enterprise/{enterprise_id}/devicegroup/thumbnail/
Version: 1.0.0
Security: apiKey

## Path parameters:

  - `enterprise_id` (string, required)
    Enterprise ID

## Request fields (multipart/form-data):

  - `image_file` (string)

## Response 200 fields (application/json):

  - `id` (string)

  - `image_file` (string)

  - `thumbnail_url` (string)

  - `created_on` (string)


