Users

Updates the User's password with a given ID

post/api/v1/users/{id}/password

Path parameters

idinteger required

ID for the User resource.

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.