---
title: "Execute a command as the specified user"
method: POST
path: "/api/user/run_command"
tags: ["User"]
---

# Execute a command as the specified user

`POST /api/user/run_command`

Executes a command on the system as the specified user (private API)

## Headers

- `X-EDH-USER` string, required

## Response `200`

Command executed successfully

- object
  - `success` boolean
  - `message` string — Command output

## Other responses

- `400` — Missing required parameter or header
- `500` — Command execution failed

## Changes

> 6 revisions in range; 4 could not be searched.

- **2025-08-05** (v1) `55c07c16d2e1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/changes/api/user/run_command/post.md)

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
