---
title: "Create a new club"
method: POST
path: "/v2/clubs/create"
tags: ["clubs"]
---

# Create a new club

`POST /v2/clubs/create`

Creates a new Xbox Club. Type: 1=Open/Public, 2=Private/Closed, 3=Hidden/Secret.

## Request body

- object
  - `name` string, required
  - `type` number, required

## Response `200`

Club created

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

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