---
title: "Set Phone Number"
method: POST
path: "/v1/phone"
tags: ["Accounts"]
---

# Set Phone Number

`POST /v1/phone`

## Request body

- RobloxAccountInformationApiModelsPhoneRequest — The phone request
  - `countryCode` string — The country Code
  - `prefix` string — The Phone Prefix
  - `phone` string — The Phone number
  - `password` string — Password
  - `verificationChannel` string — Verification Channel

## Response `200`

OK

- RobloxPlatformUserPhoneNumberVerificationModelsPendingVerificationResponse
  - `verificationChannel` string
  - `data` string

## Other responses

- `400` — 2: Invalid Phone Number 3: Phone Number Already Associated 8: Invalid Phone Number Type
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 5: Incorrect Password 10:
- `429` — 6: Flooded
- `500` — 0: An unknown error occured.
- `503` — 1: This feature is currently disabled. Please try again later.

---

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