Complete email-based password setupAsk AIpost https://api.agent700.ai/api/auth/setup-passwordCompletes initial password setup for a user invited by email using a setup token emailed to them.Body ParamsPassword setup token and new password. The setup token is obtained from the email invitation link and expires after 5 days. The new password must meet security validation requirements (checked via PasswordValidator). This endpoint is used for email-based user onboarding.setupTokenstringrequirednewPasswordstringrequiredResponses 200Password setup completed 400Invalid or expired setup token, or validation errors 404User not foundUpdated 2 months ago