---
title: "Get User Phone Number Change Requests"
method: GET
path: "/v1/phone_number_change_requests"
tags: ["User"]
---

# Get User Phone Number Change Requests

`GET /v1/phone_number_change_requests`

> 📘
>
> You can place the bearer `access_token` for a specific user into the Authentication section of this documentation 👉.

This endpoint gives Astra's customers the ability to retrieve phone change requests submitted on behalf of a user.

## Response `200`

Successful response

- object
  - `phone_number_change_requests` object[]
    - `id` string
    - `created` string, date-time
    - `completed` boolean — Whether or not the phone change request has been fully processed
    - `completed_date` string, date-time — When the phone change request was fully processed
    - `current_phone` string — The user's current phone number when the request was made
    - `proposed_phone` string — The proposed new phone number for the user
    - `review_status` 'approved' | 'rejected' | 'unreviewed' — The current review status for the phone change request
    - `review_date` string, date-time — The date the phone change request was reviewed
    - `user_id` string — The unique ID of the user
  - `count` integer — The number of phone number change requests returned

## Other responses

- `401` — Unauthorized

---

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