core_users_set_password_hash_create
POST/core/users/:id/set_password_hash/
Set a user's password from a pre-hashed Django password value.
Submit the Django password hash in the shared password request field.
This updates authentik's local password verifier only. It does not attempt to propagate the password change to LDAP or Kerberos because no raw password is available from the request payload.
Request
Responses
- 204
- 400
- 403
Successfully changed password
Bad request