---
title: "Suspend user"
method: PATCH
path: "/accounts/suspend-user"
tags: ["User Management"]
---

# Suspend user

`PATCH /accounts/suspend-user`

Suspends or unsuspends a user in an account. Suspended users have no access to any of the resources and services associated with the account

## Request body

- object
  - `email` string, email, required — User email
  - `suspend` boolean, required — Set true to suspend, false to unsuspend

## Response `200`

User suspended/unsuspended successfully

- SuccessResponse
  - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
