---
title: "Update User Entity"
method: PUT
path: "/api/v1/admin/openbb/users/{user_uuid}/entity"
tags: ["Admin APIs", "openbb-users"]
---

# Update User Entity

`PUT /api/v1/admin/openbb/users/{user_uuid}/entity`

Update a user's entity assignment (move user to a different entity).

## Path parameters

- `user_uuid` string, required

## Request body

- OpenBBUserUpdateEntityRequest — Schema for updating a user's entity assignment.
  - `target_entity_uuid` string, required — UUID of the target entity
  - `role` string — Role in new entity ('admin' or 'user')

## Response `200`

Successful Response

- OpenBBUserUpdateEntityResponse — Schema for user entity update response.
  - `user_uuid` string, required
  - `target_entity_uuid` string, required
  - `message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
