---
title: "Add new visitor"
method: POST
path: "/api/v2/organizations/{orgSlug}/visitors"
tags: ["Visitors"]
---

# Add new visitor

`POST /api/v2/organizations/{orgSlug}/visitors`

Add new visitor 

 Required scopes: `flex.community.visitors.create`

## Path parameters

- `orgSlug` string, required

## Request body

- AddVisitorDto
  - `name` string, required — The full name of the visitor.
  - `type` 'preregistration' | 'reception', required — The type of the visitor. Can be one of the following - reception, preregistration.
  - `email` string — The email address of the visitor.
  - `member` string — Reference to the member that the visitor is visiting.
  - `phone` string — The phone number of the visitor.
  - `company` string — The company of the visitor.

## Response `201`

- VisitorResultDto
  - `_id` string — The _id of the visitor.
  - `name` string — The full name of the visitor.
  - `email` string — The email address of the visitor.
  - `phone` string — The phone number of the visitor.
  - `description` string — Description of the visitor.
  - `member` string — Reference to the member that the visitor is visiting.
  - `company` string — Reference to the company that the visitor is visiting.
  - `type` 'preregistration' | 'reception' — The type of the visitor. Can be one of the following - reception, preregistration.

---

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