v1

latestOpenAPI 3.0.12026-07-17235160320.7 KB
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.