Users

Updates the Current User's password

post/api/v1/users/current/password

Headers

X-Fieldsstring mask

An optional fields mask

Request body

oldPasswordstring

Old password for the User resource.

newPasswordstring

New password for the User resource.

confirmNewPasswordstring

The new password confirmation when changing a password.

Response

Success

idinteger[]

A list of integers identifying the affected resource(s).

statusstring

The status of the request.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.