Replace the password of a user

Required OAuth scope: users:write.

Replaces the password of a user with the provided data. If 'passwordMustBeChanged' is set to true, the user will be forced to change their password on the next login.

Path Params
string
required

The unique ID of the user.

Body Params
string
required

The new password of the given user. The new password must be at least 8 characters long and it might be subject to company based rules. Example: 'password' : 'my_s3cret.PAssw0rd'.

boolean
required

True if the user must change their password when first logging into the platform; false otherwise.

Headers
string
enum
required

The version of the API.

Allowed:
Responses
204

Replaces the password of a user with the provided data.

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json