Activate User
To activate a suspended user account, use the following request:
POST /users/:id/activate.xml
POST /users/:id/activate.json
XML Request Example
curl -i -X POST -u user:userpass http://onapp.test/users/12/activate.xml -H 'Accept: application/xml' -H 'Content-type: application/xml'
JSON Request Example
curl -i -X POST -u user:userpass http://onapp.test/users/12/activate.json -H 'Accept: application/json' -H 'Content-type: application/json'