---
title: "PUT /user/beta"
method: PUT
path: "/user/beta"
tags: ["User"]
---

# PUT /user/beta

`PUT /user/beta`

Update userName on beta table

## Request body

- PutBeta
  - `email` string
  - `userName` string

## Response `200`

{}

## Other responses

- `403` — Forbidden
- `500` — Server error

## Changes

- **2023-06-13** `c9159f20c562` — 1 breaking, 2 info
  - the request's body type changed from no type to `object`
  - added the new optional request property `email`
  - added the new optional request property `userName`
- **2023-06-09** `b7c6ba235941` — 1 breaking, 2 warning
  - the request's body type changed from `object` to no type
  - removed the request property `email`
  - removed the request property `userName`

[Change history](https://skmtc.dev/bohr-io/apis/bohr-io-api/changes/user/beta/put.md)

---

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