---
title: "Add Guest Pass user"
method: POST
path: "/v1/guests/{user_id}/guestpass"
---

# Add Guest Pass user

`POST /v1/guests/{user_id}/guestpass`

**Purpose**: Use this API to add a new Guest Pass user. 
You must specify `user_id` and the body parameters as mentioned in the BODY PARAMS section.

## Path parameters

- `user_id` string, required

## Request body

- object
  - `instrument_id` string, required — Unique identifier of the transferring benefit item.
  - `instrument_type` string, required — Type of the item for transferring benefit
  - `credit_type` string, required — Type of the Guest Pass credit.
  - `user_id` string — (optional) Unique identifier of the user
  - `first_name` string — First name of the guest
  - `last_name` string — Last name of the guest.
  - `email` string — Email address of the guest.
  - `mobile` string — Mobile number of the guest.

## Response `200`

200

- union
  - object
    - `error` unknown
  - object
    - `error` unknown
  - object
    - `error` unknown
  - object
    - `error` unknown

## Other responses

- `400` — 400

---

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