# Reset password via SMS Sends a password reset SMS with a one-time code (OTP) to the user. Provide the user's phone number in the request body to initiate the reset process. Endpoint: POST /resources/users/v2/passwords/reset/sms 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 200 fields (application/json): - `sessionId` (string, required)