Re-enables the user account.
Headers
- Accept :
application/json
- Content-Type :
application/json
- Authorization :
Bearer {access_token}
Path Parameters
user_account_id
nullable string RequiredThe user account id for the user.
Response
200 OK.
Parameters
PUT /users/:user_account_id/enable
curl -X PUT 'https://staging.api.pulsifi.me/partner/v1.0/users/{user_account_id}/enable' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access_token}' \
-H 'Content-Type: application/json' \
Response
{
"data": {
"success": true
},
"meta": null
}