Suspend a subscriber
POST
/api/v1/users/{id}/suspend
prm_users_enable_disable
Sets enabled to false and, when the tenant has disconnect-on-update enabled, kicks any live session so the suspension takes effect now rather than at the next re-auth.
At a glance
- Authentication
- Staff token or session
- Requires permission
-
prm_users_enable_disableEnable / suspend users - Rate limit
t_mutate
Parameters
| Parameter | Description |
|---|---|
idrequired
path · integer
|
Subscriber id. |
Errors
| Code | When it is returned |
|---|---|
ERR_NOT_FOUND404
|
no such subscriber, or one outside the caller's subtree |