Un-suspend a subscriber

POST /api/v1/users/{id}/activate prm_users_enable_disable

View as Markdown

Sets enabled back to true. This is the inverse of suspend and has nothing to do with activating a plan — that is the activation endpoint, which charges money.

The name is a historical trap. This endpoint lifts a suspension and takes no money. POST /users/{id}/activation is the one that prices, charges and provisions a plan.

At a glance

Authentication
Staff token or session
Requires permission
prm_users_enable_disable Enable / 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

Try it on your own network.

50 subscribers for 7 days. You pay nothing.