---
title: "PUT /user/suspend"
method: PUT
path: "/user/suspend"
tags: ["Users"]
---

# PUT /user/suspend

`PUT /user/suspend`

Suspends a user in your company

## Request body

- SuspendUser — Schema for suspend user request body
  - `userPhoneNumber` string, required — Phone number of the user to be suspended with country code

## Response `200`

If the auth token is valid.

- SuspendUserSuccess — Schema for success response
  - `message` string
  - `statusCode` number

## Other responses

- `403` — UnAuthorized.

---

[API](https://skmtc.dev/runo/apis/api-documentation.md) · [All operations](https://skmtc.dev/runo/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runo/api-documentation/revisions/19460dffac44/schema)
