v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBUsers
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.
put/api/v2/users/{userId}/password
Path parameters
userIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the user.
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Response
Replaces the password of a user with the provided data.