---
title: "POST /People/new"
method: POST
path: "/People/new"
tags: ["People"]
---

# POST /People/new

`POST /People/new`

## Request body

- NewPerson
  - `name` string, nullable

## Response `200`

OK

- FindPersonResult
  - `person` Person
    - `timeStamp` string, date-time
    - `id` integer
    - `name` string, nullable
    - `greetings` Greeting[], nullable
      - `id` integer
      - `message` string, nullable
      - `recipientId` integer

---

[API](https://skmtc.dev/brightercommand/apis/greetingsapi.md) · [All operations](https://skmtc.dev/brightercommand/apis/greetingsapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brightercommand/greetingsapi/revisions/4d5c0780b16e/schema)
