Request or complete a password reset
curl --request POST \
--url https://my.propops.app/api/password-reset \
--header 'Content-Type: application/json' \
--data '
{
"email": "user001@example.com"
}
'{
"success": true,
"message": "Operation completed successfully"
}User Management
Request or complete a password reset
Two-step password reset flow:
request— Send a reset link to the user’s email addressreset— Submit a new password with the reset token
Authentication: Not required.
POST
/
api
/
password-reset
Request or complete a password reset
curl --request POST \
--url https://my.propops.app/api/password-reset \
--header 'Content-Type: application/json' \
--data '
{
"email": "user001@example.com"
}
'{
"success": true,
"message": "Operation completed successfully"
}Documentation Index
Fetch the complete documentation index at: https://help.propops.app/llms.txt
Use this file to discover all available pages before exploring further.
⌘I