---
title: "椅子のオーナーが会員登録を行う"
method: POST
path: "/owner/owners"
tags: ["owner"]
---

# 椅子のオーナーが会員登録を行う

`POST /owner/owners`

## Request body

- object
  - `name` string, required — オーナー名

## Response `201`

オーナー登録が完了した

- object
  - `id` string, required — オーナーID
  - `chair_register_token` string, required — 椅子をオーナーに紐づけるための椅子登録用トークン

## Other responses

- `400` — Bad Request

## Changes

- **2026-07-17** `9ded46d2bf61` — 1 breaking
  - the `name` request property's minLength was increased from `0` to `1`
- **2024-12-04** `5f71dd0e9c7f` — 1 info
  - the `name` request property's minLength was decreased from `1` to `0`

[Change history](https://skmtc.dev/isucon/apis/isuride-api-specification/changes/owner/owners/post.md)

---

[API](https://skmtc.dev/isucon/apis/isuride-api-specification.md) · [All operations](https://skmtc.dev/isucon/apis/isuride-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isucon/isuride-api-specification/revisions/9ded46d2bf61/schema)
