Skip to content

Commit e32d5a2

Browse files
committed
Added password_created and verified_phone_number to Users
1 parent 385b3f9 commit e32d5a2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

openapi.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25712,6 +25712,27 @@ components:
2571225712
A boolean value indicating if the User has Two Factor Authentication (TFA)
2571325713
enabled. See the Create Two Factor Secret ([POST /profile/tfa-enable](/docs/api/profile/#two-factor-secret-create))
2571425714
endpoint to enable TFA.
25715+
verified_phone_number:
25716+
type: string
25717+
format: phone
25718+
readOnly: true
25719+
description: |
25720+
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.
25721+
25722+
`null` if this User Profile has no verified phone number.
25723+
example: "+5555555555"
25724+
password_created:
25725+
type: string
25726+
format: date-time
25727+
nullable: true
25728+
readOnly: true
25729+
description: |
25730+
The date and time when this User's current password was created.
25731+
25732+
User passwords are first created during the Account sign-up process, and updated using the [Reset Password](https://login.linode.com/forgot/password) webpage.
25733+
25734+
`null` if this User has not created a password yet.
25735+
example: "2018-01-01T01:01:01"
2571525736
UserDefinedField:
2571625737
type: object
2571725738
required:

0 commit comments

Comments
 (0)