# Reset a legacy password Sets the current password to an empty string, also sets the legacy password to the provided string. Endpoint: POST /v3/users/{user_Id}/legacyPassword Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `user_Id` (string, required) Unique User identifier ## Response 200 fields (application/json): - `user_id` (string) Example: "b859f5dd-8184-4d01-8bf9-e3e771f68a62" - `message` (string) Example: "Admin user created successfully" - `uri` (string) Example: "http://company.com/v3/admin/users/b859f5dd-8184-4d01-8bf9-e3e771f68a62" ## Response 404 fields