cURL
curl --request PUT \ --url https://{host}/frontend/api/v1/auth/{user-id}/password \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "new-password": "<string>", "old-password": "<string>", "password-update-token": "<string>" } '
{ "code": 123, "context": {}, "error": "<string>", "status": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.probe.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.probe.dev/llms.txt
Use this file to discover all available pages before exploring further.
API Key Security (Header).
User ID.
x >= 1
Invalidate other sessions
6 - 72
Token for password update.
No Content
Was this page helpful?