Skip to content
Search
K
Main Navigation
Learn
Resources
Official Apps
API Reference
Release Notes
Appearance
Menu
Return to top
Change the current user's password
POST
/resources/me/password
Request Body
application/json
Schema
JSON
JSON
{
"currentPassword"
:
"string"
,
"newPassword"
:
"string"
}
Responses
200
400
401
403
OK
POST
/resources/me/password
Samples