v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Users

Suspend a user

Suspending a user prevents the user from signing in. Users that are suspended are also not counted against billing totals in the hosted version.

post/users.suspend

Request body

idstring uuid required

Unique identifier for the user.

Response

OK

Example response

{
  "data": {
    "name": "Jane Doe"
  }
}