---
title: "Move User"
method: POST
path: "/api/v1/admin/openbb/users/move"
tags: ["Admin APIs", "openbb-users"]
---

# Move User

`POST /api/v1/admin/openbb/users/move`

Move an OpenBB user to another entity.

This changes the user's entity membership and role without sending an invitation.

## Request body

- OpenBBUserMoveRequest — Schema for moving a user to another entity.
  - `email` string, email, required — User's email address
  - `target_entity_uuid` string, required — UUID of the target entity
  - `role` string — Role in new entity ('admin' or 'user')

## Response `200`

Successful Response

- OpenBBUserRead — Schema for reading an OpenBB user.
  - `uuid` string, required
  - `email` string, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `permissions` OpenBBUserPermissions — Schema for user permissions.
    - `uuid` string, nullable
    - `name` string, nullable
    - `entity` object, nullable

## 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)
