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
Response
OK
Example response
{
"data": {
"name": "Jane Doe"
}
}