You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25717,6 +25717,27 @@ components:
25717
25717
A boolean value indicating if the User has Two Factor Authentication (TFA)
25718
25718
enabled. See the Create Two Factor Secret ([POST /profile/tfa-enable](/docs/api/profile/#two-factor-secret-create))
25719
25719
endpoint to enable TFA.
25720
+
verified_phone_number:
25721
+
type: string
25722
+
format: phone
25723
+
readOnly: true
25724
+
description: |
25725
+
The phone number verified for this User Profile with the **Phone Number Verify** ([POST /profile/phone-number/verify](/docs/api/profile/#phone-number-verify)) command.
25726
+
25727
+
`null` if this User Profile has no verified phone number.
25728
+
example: "+5555555555"
25729
+
password_created:
25730
+
type: string
25731
+
format: date-time
25732
+
nullable: true
25733
+
readOnly: true
25734
+
description: |
25735
+
The date and time when this User's current password was created.
25736
+
25737
+
User passwords are first created during the Account sign-up process, and updated using the [Reset Password](https://login.linode.com/forgot/password) webpage.
25738
+
25739
+
`null` if this User has not created a password yet.
0 commit comments