---
title: "POST /discord/{guildId}/guest-passes"
method: POST
path: "/discord/{guildId}/guest-passes"
tags: ["GuestPassController"]
---

# POST /discord/{guildId}/guest-passes

`POST /discord/{guildId}/guest-passes`

## Path parameters

- `guildId` string, required

## Request body

- GuestPassRequest
  - `id` string
  - `createdTime` string
  - `pk` string
  - `sk` string
  - `classifier` string
  - `classifierGroup` string
  - `name` string
  - `description` string
  - `roleSet` Role[]
    - `id` string
    - `name` string
    - `color` number
  - `platform` string
  - `status` string
  - `period` number

## Response `200`

OK

- object

---

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