Candidate Change Password

Candidate Change Password

GETCandidate Change Password

This API will be used to update the candidate's password.

Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API.

Header
ak:{{API Key}} sgn:{{sgn}} ts:{{ts}}
URL
Copy
{{API Endpoint}}/api/v1/changeStudentPassword
Body
Copy
{ "email": "{Candidate Email}", "oldPassword": "{Candidate Old Password}", "newPassword": "{Candidate New Password}" }
Response
Case 1 : When Success
Success
{ "result": "success", "success": { "code": "200", "msg": "Password change successfull." } }
Case 2 : When Error
Error
{ "result": "error", "error": { "code": "3100", "msg": "Something went wrong" } }
    • Related Articles

    • How to change the Admin Password?

      Step 1 : To change the admin password, please navigate to the Admin Settings section. Step 2 : Select the Admin User option under the Account module. Step 3 : Click the pencil icon under the Action column for the Admin user whose password you wish to ...
    • How to Change logo on Candidate Panel

      To change the logo on candidate panel, please follow the given steps. Step 1: Log into Admin panel and go to Admin>Settings. Step 2: Under Account, click on Account Information and click the Edit button (top-right corner). Step 3: Under Candidate ...
    • Bulk Registration Candidate

      POSTBulk Registration Candidate This API will be used to register or log in a candidate. Additionally, this API is used to assign another course to a registered candidate. Name and email address are required fields. Pass ak, sgn, and ts as headers, ...
    • Candidate Login / Token Creation

      POSTCandidate Login / Token Creation This API will be used to log in a candidate. Request Parameters: email and password are required. The password is encoded in base64. Custom-Header{ "name": "{{Client URL}}" } URL Copy{{API ...
    • How to change logo, left frame banner and favicon visible for candidates?

      The Logo (above 'Candidate Login') and Left Frame Graphic can be changed when student registers or logs in to the panel. Navigate to Admin-> Settings ->Account Information -> Candidate logo or Upload favicon then click on 'Save changes'. To change ...