# Set phone number for a user Assign a new phone number to a user and optionally trigger a verification code. By default, the system sends an SMS verification code to the provided phone number. To skip verification (e.g., for internal setup), set the verify field to false. Request body must include: - phoneNumber: The new phone number to assign to the user. Must follow international format. - verify (optional): Whether to send an SMS verification code. Defaults to true if not provided. Use this endpoint to set or update a user's phone number, with optional control over verification. Endpoint: POST /resources/users/phone-numbers/v1 Security: bearer ## Request fields (application/json): - `phoneNumber` (string, required) New phone number - `verify` (boolean) Should send verification code, default is true