---
title: "POST /admin/v1/users/{username}/actions/{action}"
method: POST
path: "/admin/v1/users/{username}/actions/{action}"
tags: ["Users"]
---

# POST /admin/v1/users/{username}/actions/{action}

`POST /admin/v1/users/{username}/actions/{action}`

Perform the specified action on the user account

## Path parameters

- `username` string, identifier, required
- `action` 'reset-password' | 'activate' | 'inactive', required

## Response `204`

The action was successfully executed

## Other responses

- `400` — An error occured processing the request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Object not found
- `412` — Precondition failed
- `500` — Internal server error

---

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