Set a user's password

This operation sets a password for a user. This differs from Reset a user's password because this password may be used more than once, and isn't randomly generated.

Path Params
string
required

Unique identifier for each user. To get this value, run the List users operation.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Body Params
string
required
length ≥ 1

New password.

Response
204

User's password successfully set.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!