---
title: "Freeze User"
method: POST
path: "/api/v2/user/freeze"
tags: ["User"]
---

# Freeze User

`POST /api/v2/user/freeze`

Route for users to freeze their account. Requires the `user_manage` scope.
Session must be unlocked using the [Unlock](/reference/userunlock#/) endpoint, prior to hitting this route.
In the UI, call to this route is followed by a call to [Logout](/reference/userlogout#/) endpoint.

## Response `200`

OK

- object

## Other responses

- `401` — Unauthorized

---

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