Send password reset
POST
https://app.speybooks.com/api/v1/admin/users/{id}/send-reset-linkSend a password reset link to a user on their behalf. This is the same reset flow as the self-service forgot-password endpoint: any earlier unused reset link is invalidated and a single-use, time-limited link is issued and emailed to the user.
Returns 404 if the user is not found.
Records a PASSWORD_RESET_SENT action in the audit log.
Error responses:
400 { code: "USER_INACTIVE" }: cannot send to an inactive user404 { code: "NOT_FOUND" }: user not found
Path parameters
idstringrequiredUser ID.
Response
200Reset email sent.
Show response fields
messagestringError codes
400User is inactive.
404User not found.