# Reset password Send a reset password email to a user. Provide the user's email in the request body. If your email template uses metadata, include the email metadata in the request body as well. Endpoint: POST /resources/users/v1/passwords/reset Security: bearer ## Request fields (application/json): - `identifier` (string, required) User identifier (phone number or email) - `identifierType` (string, required) Type of the identifier Enum: "email", "phoneNumber", "username" - `emailMetadata` (object) ## Response 201 fields