---
title: "Update User"
method: PUT
path: "/admin/users/{user_id}"
tags: ["admin", "users"]
---

# Update User

`PUT /admin/users/{user_id}`

## Path parameters

- `user_id` string, required

## Request body

- AdminUserProfileUpdate
  - `internal_role` 'ADMIN' | 'TEST' | 'REVIEWER' | 'LEAD_REVIEWER'
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `username` string, nullable
  - `phone_number` string, nullable
  - `fund_type` string, nullable
  - `portfolio_style` string, nullable
  - `internal_slack_member_id` string, nullable
  - `recording_review` boolean, nullable
  - `do_no_call` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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