# Get a password reset link **POST /actions/persons/{person_id}/reset-password-link** Return the password reset link for the given person. It is the same link as the one embedded in the password recovery email, so an admin can share it manually (for instance when email delivery is not configured). An already pending reset token is reused so a link shared earlier stays valid; a new one is generated otherwise. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **person_id** (string(uuid)) Person unique identifier ## Responses ### 200 Password reset link generated #### Body: application/json (object) - **reset_password_link** (string) Link to follow to choose a new password ### 400 User is a protected account or another admin who already has a password [Powered by Bump.sh](https://bump.sh)