Skip to main content

Enable Account

This will reverse the disabled or restricted account states and reactivate the account.

  • Endpoint: /api/v1/serv_enableUserAccount/<user_id>
  • Method: PUT
note

This endpoint will only work with authenticated admin tokens, i.e., <user_token> obtained from the /auth/login endpoint with valid admin credentials.

Request Headers

Header nameRequiredDescription
x-access-tokentruePass the <user_token> as obtained from the /auth/login endpoint.

Request Query Parameters

Parameter nameRequiredDescription
manualtruetrue

Sample Request

PUT: https://<api_url>/api/v1/serv_enableUserAccount/123?manual=true