---
title: "Preview setting the deferred phone check aside"
method: GET
path: "/users/@me/required-actions/phone-gate-escape"
tags: ["Users"]
---

# Preview setting the deferred phone check aside

`GET /users/@me/required-actions/phone-gate-escape`

Reports whether this account can set a deferred phone verification requirement aside, and which communities would be left if it did. Returns available false with empty lists for any account outside that state.

## Response `200`

Success

- PhoneGateEscapePreviewResponse
  - `available` boolean, required — Whether this account can set the deferred phone verification check aside right now
  - `guilds` object[], required — Communities that trigger the phone check and will be left when the escape runs
    - `id` string, snowflake, required
    - `name` string, required — The community name
  - `owned_guilds` object[], required — Communities that trigger the phone check but are owned by this user, so they are kept
    - `id` string, snowflake, required
    - `name` string, required — The community name

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `401` — Unauthorized - Authentication is required or the token is invalid
- `403` — Forbidden - You do not have permission to perform this action
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc.dev/fluxer/apis/fluxer-api/revisions/55834b33d5d5?raw)
