Activate a user account

POST https://{{base_url}}/v3/user/activate/{{user_activation_token}}

The Activate a user account call activates the account of a user after signing up. For account activation, you will require the token received in the activation email.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Activate a user account API Reference document

Request Body

{"user"=>{"first_name"=>"your_first_name", "last_name"=>"your_last_name", "password"=>"your_password", "password_confirmation"=>"confirm_your_password"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring