---
title: "PUT /api/users/{userId}/sellers/add"
method: PUT
path: "/api/users/{userId}/sellers/add"
tags: ["api", "users"]
---

# PUT /api/users/{userId}/sellers/add

`PUT /api/users/{userId}/sellers/add`

Add Seller to a User

## Path parameters

- `userId` string, required

## Request body

- PUTUsersAddSellerToAUser
  - `sellerId` string, required
  - `roleTypes` string[]

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
