---
title: "POST /users/{id}/managers"
method: POST
path: "/users/{id}/managers"
tags: ["users"]
---

# POST /users/{id}/managers

`POST /users/{id}/managers`

Add a manager (authorize another user to act on your behalf)

## Path parameters

- `id` string, required

## Request body

- AddManagerRequestBody
  - `manager_user_id` string, required — The user ID of the user to add as manager

## Response `200`

Manager added successfully

- WriteResponse
  - `transaction_hash` string — The blockchain transaction hash
  - `block_hash` string — The blockchain block hash
  - `block_number` integer — The blockchain block number/height

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server error

---

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