Jun 27, 2022 — Linode API
over 2 years ago by cverner@akamai.com
v4.129.0
Added
- Send a phone number verification code (POST /profile/phone-number). Lets you send a verification code to your phone number.
- Verify a phone number (POST /profile/phone-number/verify). Use the code to verify your phone number and add it to your user profile.
- Delete a phone number (DELETE /profile/phone-number). Remove the verified phone number from your user profile.
- List security questions List (GET /profile/security-questions). Returns a collection of security questions and their responses, if any, for your User Profile.
- Answer security questions (POST /profile/security-questions). Adds security question responses for your uiser, allowing an additional method of authenticating your account.
Changed
- Get a profile (GET /profile). The
verified_phone_number
object is now included in responses for this operation. - Enable two factor authentication (POST /profile/tfa-enable-confirm). Prior to accessing this command, security questions need to be answered for your user with the new Answer security questions operation.