- ACCOUNT
- JOBS
- Fetch Job Templates Based On Pagination Format.GET
- Save Job As TemplatePATCH
- Create Or Update A Job Post.PATCH
- Delete A Job (Development Mode Only)DELETE
- Publish A Job PostPATCH
- Update Application FormPATCH
- Generate Job DescriptionPOST
- Enhance Job DescriptionPOST
- Generate Job Description From TemplatePOST
- Fetch A Specific Job By Id (Public)GET
- Fetch All Jobs By Organization Id With Pagination (Public)GET
- Fetch Job By Organization And Job Id (Public)GET
- SKILLS
- ORG
- Get Organization Details By OidGET
- Update Organization Details By OidPATCH
- Organisation Holiday List Post And Update If PresentPATCH
- Get Organisation Holiday ListGET
- Organisation Holiday List RestrictionPOST
- Member Invite LinkPOST
- Verify MemberPOST
- Get All Perms Of An Organization (Private)GET
- Get All Role Based Perms Of An OrganizationGET
- Get Organization Metrics OverviewGET
- CANDIDATES
- APPLICATION
- Build A Flexible Application Form.
- Preview A Appliation Form For A Job By Jid.
- Fetch Application Form Template Available For A Job By Jid.
- Delete Application Form Template By Jid And Aftid.
- Fetch All Application Form Submissions By Jid Or Oid.
- Fetch A Application Form Submission Details By Afsid.
- Auto Fill Application By Resume
- RECRUITEMENT PIPELINE
- INTERVIEWER
- Notes
- SCHEDULE
- EMAIL TEMPLATES
- MEMBERS
- SCREENING
- SESSIONS
- STAGE
- ASSESSMENTS
- SEARCH_SUGGESIONS
- OFFER
- RootGET
Reset Password
POST
/account/reset_password
ACCOUNT
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/account/reset_password' \
--header 'Content-Type: application/json' \
--data-raw '{
"logout_all": false,
"old_password": "string",
"new_password": "string",
"confirm_new_password": "string"
}'
Response Response Example
200 - Example 1
null
Request
Body Params application/json
logout_all
booleanÂ
Logout All
Example:
false
old_password
stringÂ
Old Password
new_password
stringÂ
New Password
confirm_new_password
stringÂ
Confirm New Password
Examples
Responses
🟢200OK
application/json
Body
No schema defined
🟠422Parameter Error
Modified at 2025-05-26 05:13:41