---
title: "Email install command to current user"
method: POST
path: "/api/v1/daemons/email-install-command"
tags: ["daemons"]
---

# Email install command to current user

`POST /api/v1/daemons/email-install-command`

## Request body

- EmailInstallCommandRequest — Request body for emailing an install command to the authenticated user.
  - `install_command` string, required
  - `os` string, required

## Response `200`

Email sent

- ApiResponse
  - `data` TupleUnit — unresolved $ref
  - `error` string, nullable
  - `meta` ApiMeta, required — API metadata included in all responses
    - `api_version` integer, required — API version (integer, increments on breaking changes)
    - `server_version` string, required — Server version (semver)
  - `success` boolean, required

## Other responses

- `400` — Email service not configured

---

[API](https://skmtc.dev/scanopy/apis/scanopy-api.md) · [All operations](https://skmtc.dev/scanopy/apis/scanopy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scanopy/scanopy-api/revisions/f04499e2280f/schema)
