---
title: "POST /auth/waitlist-invite-code"
method: POST
path: "/auth/waitlist-invite-code"
tags: ["auth", "waitlist"]
---

# POST /auth/waitlist-invite-code

`POST /auth/waitlist-invite-code`

Gen waitlist invite code

## Request body

- object
  - `count` integer, required — The number of invite codes to generate
  - `times` integer, required — The number of invite codes to use

## Response `201`

Gen waitlist invite code successfully

- object[]
  - `code` string, required
  - `times` integer, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
