Change password
Set a new password for the current user.
Authorizations
Body
currentPasswordstring · password · min: 8 · max: 64Required
The current password as an extra precaution.
newPasswordstring · password · min: 8 · max: 64Required
The new password to set.
Responses
204
OK
422
Request validation failed
application/json
429
Too many requests
post
POST /me/password HTTP/1.1
Host:
Authorization: Bearer jwt
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"currentPassword": "password",
"newPassword": "password"
}
No content
Last updated
Was this helpful?