Documentation Index

Fetch the complete documentation index at: https://docs.graphiant.com/llms.txt

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

/v1/users/{email}/password

Prev Next
Patch
/v1/users/{email}/password

Change password for a user using email and token

Security
API Key: jwtAuth
Header parameter nameauthorization

Use Bearer <token>

Path parameters
email
stringRequired

User email address

Exampleuser@example.com
Query parameters
token
stringRequired

Password reset token

Exampleverification-token-12345
Body parameters
object
password
string Required

New password for the user

ExamplenewPassword123
Responses
204

Password changed successfully

400

Bad request - Invalid input

403

Forbidden - Invalid token

500

Internal server error