Users

Reset a user's password (admin only)

Resets another user's password. Data is preserved for users whose encryption key has been migrated to the system wrap. Users who never logged in since the encryption upgrade require confirmDataWipe, which deletes their encrypted data.

post/users/admin/reset-password

Request body

userIdstring
usernamestring
newPasswordstring required
confirmDataWipeboolean

Response

Password reset; dataWiped indicates whether encrypted data was deleted.

Changes

No recorded changes to this endpoint across all 1 revision of this API.