Resets a customer’s password Using the API?

Question1:

Question2:

  • Is this API only available to Plus members
PUT https://key:pass@yourshop.myshopify.com/admin/customers/207119551.json
'{
  "customer": {
    "id": 207119551,
    "password": "sherbetlemon",
     "password_confirmation": "sherbetlemon"
  }
}'