---
title: "Create people"
method: POST
path: "/alarms/{alarm_id}/people"
tags: ["Alarms"]
---

# Create people

`POST /alarms/{alarm_id}/people`

This endpoint adds other users to the alarm. Once added, they will be notified of the alarm and be able to cancel it.

## Path parameters

- `alarm_id` string, required

## Request body

- object[] — List of people to add. Can only send in once per alarm.
  - `name` string, required
  - `pin` string
  - `phone` string, required

## Response `201`

OK

---

[API](https://skmtc.net/noonlight/apis/dispatch-api.md) · [All operations](https://skmtc.net/noonlight/apis/dispatch-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/noonlight/dispatch-api/revisions/5b0597c14df6/schema)
