---
title: "POST /api/v1/users/actions"
method: POST
path: "/api/v1/users/actions"
tags: ["users"]
---

# POST /api/v1/users/actions

`POST /api/v1/users/actions`

Performs an action for a given user

## Request body

- union
  - ActionForUserHumanId
    - `humanId` string, required
    - `action` 'resync' | 'abort', required
  - ActionForUserClientUserId
    - `clientUserId` string, required
    - `action` 'resync' | 'abort', required

## Response `202`

Request accepted

## Other responses

- `400` — Cannot process input data
- `401` — The token provided is invalid. It may have expired or may have been revoked.
- `404` — The specified resource was not found (e.g. the id does not exist)
- `409` — Conflict -- the order is in a state where it can’t be aborted. (For example: Cancelled or Completed)

---

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