---
title: "Create a contact phones for a user"
method: POST
path: "/api-public/v1/user/{user}/contact-methods/phones"
tags: ["User Contact Methods"]
---

# Create a contact phones for a user

`POST /api-public/v1/user/{user}/contact-methods/phones`

Create a contact phone for a user

This API may be called a maximum of 2 times per second.

## Path parameters

- `user` string, required

## Headers

- `X-VO-Api-Id` string, required
- `X-VO-Api-Key` string, required

## Request body

- ContactPhoneAdd — The contact phone
  - `label` string, required
  - `phone` string, required
  - `rank` integer

## Response `200`

The list of contact phones for the user

- UserContact
  - `deviceType` string
  - `label` string
  - `extId` string
  - `_selfUrl` string

## Other responses

- `400` — Problem with the request arguments. The response payload may include an error message.
- `401` — Authentication parameters missing
- `403` — Authentication failed or rate-limit reached
- `404` — User not found
- `500` — Internal Server Error

---

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