Skip to content

New User properties #794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25712,6 +25712,27 @@ components:
A boolean value indicating if the User has Two Factor Authentication (TFA)
enabled. See the Create Two Factor Secret ([POST /profile/tfa-enable](/docs/api/profile/#two-factor-secret-create))
endpoint to enable TFA.
verified_phone_number:
type: string
format: phone
readOnly: true
description: |
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.

`null` if this User Profile has no verified phone number.
example: "+5555555555"
password_created:
type: string
format: date-time
nullable: true
readOnly: true
description: |
The date and time when this User's current password was created.

User passwords are first created during the Account sign-up process, and updated using the [Reset Password](https://login.linode.com/forgot/password) webpage.

`null` if this User has not created a password yet.
example: "2018-01-01T01:01:01"
UserDefinedField:
type: object
required:
Expand Down