---
title: "Create contact"
method: POST
path: "/api/{cloudId}/v1/users/contacts"
tags: ["Contacts"]
---

# Create contact

`POST /api/{cloudId}/v1/users/contacts`

Creates a new contact for a user.

## Request body

- CreateContactPayload
  - `method` 'email' | 'sms' | 'voice', required — The method of the contact.
  - `to` string, required — The contact address.

## Response `201`

Returned if the request is successful.

- ContactCreateResponse
  - `message` string
  - `data` SimpleCreateData
    - `id` string

## Other responses

- `401` — Returned if the user is not authorized to do the operation.
- `404` — Returned if the user with the identifier cannot be found.
- `422` — Returned if an field is not properly set.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
