---
title: "Verify phone number"
method: PUT
path: "/user/account/phone-number"
tags: ["user-account"]
---

# Verify phone number

`PUT /user/account/phone-number`

Complete the second step of the phone number change flow.

Call this endpoint after the verification code has been requested and received.

Expected usage:

1. Request code via PATCH /user/account/phone-number.
2. Submit verification payload to this endpoint.

On success, the phone number is updated and the endpoint returns 204.

## Request body

- UpdatePhoneNumber — Payload required once the user has confirmed the verification code.
  - `phone` string, required — Phone number to update
  - `code` string, required — The verification code received via SMS

## Response `204`

The user's phone number was updated

---

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