Users
Activate a user
Activating a previously suspended user allows them to signin again. Users that are activated will cause billing totals to be re-calculated in the hosted version.
post/users.activate
Request body
Response
OK
Example response
{
"data": {
"name": "Jane Doe"
}
}