May 17, 2023 — Linode API

v4.153.0

Changed

  • List users (GET /account/users). User verified_phone_number and password_created properties are now accessible when retrieving user data from these commands.
  • Get a user (GET /account/users/{username}). User verified_phone_number and password_created properties are now accessible when retrieving user data from these commands.
  • Update a user (PUT /account/users/{username}). User verified_phone_number and password_created properties are now accessible when retrieving user data from these commands.
  • Create a volume (POST /volumes). This command now has a rate limit of 25 requests per minute.

Fixed