Skip to main content
POST
https://your-rootprint-host
/
api
/
users
/
{userId}
/
password-resets
Reset a user password
curl --request POST \
  --url https://your-rootprint-host/api/users/{userId}/password-resets \
  --cookie better-auth.session_token=
{
  "inviteUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rootprint.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

better-auth.session_token
string
cookie
required

Better Auth session cookie used by the Rootprint web UI.

Path Parameters

userId
string
required

User ID.

Minimum string length: 1

Response

Password reset invite.

inviteUrl
string