Skip to main content
POST
Change password and reset other sessions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
next
string
required

Password must contain at least 10 characters that are not whitespace.

Required string length: 10 - 128
current
string
required
Maximum string length: 128

Response

200 - application/json

The response is of type object.

Last modified on September 17, 2026