Suspend a manager
POST
/api/v1/managers/{id}/suspend
prm_managers_update
Sets the account to suspended. They can no longer sign in, and every API token they own stops authenticating with reason api_token_owner_inactive.
Suspending a reseller does not touch the subscribers below them. Those keep connecting; only the person's own access ends.
At a glance
- Authentication
- Staff token or session
- Requires permission
-
prm_managers_updateEdit managers - Rate limit
t_mutate
Parameters
| Parameter | Description |
|---|---|
idrequired
path · integer
|
Manager id. |