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"
  }
}

Changes