File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -25902,6 +25902,33 @@ components:
2590225902
2590325903 `null` if this User has not created a password yet.
2590425904 example: "2018-01-01T01:01:01"
25905+ last_login:
25906+ type: object
25907+ readOnly: true
25908+ nullable: true
25909+ description: |
25910+ Information for the most recent login attempt for this User.
25911+
25912+ `null` if no login attempts have been made since creation of this User.
25913+
25914+ Access the [User Logins List All](/docs/api/account/#user-logins-list-all) command for additional login information.
25915+ properties:
25916+ login_datetime:
25917+ type: string
25918+ format: date-time
25919+ readOnly: true
25920+ description: |
25921+ The date and time of this User's most recent login attempt.
25922+ example: "2018-01-01T01:01:01"
25923+ status:
25924+ type: string
25925+ readOnly: true
25926+ enum:
25927+ - successful
25928+ - failed
25929+ description: |
25930+ The result of the most recent login attempt for this User.
25931+ example: successful
2590525932 UserDefinedField:
2590625933 type: object
2590725934 required:
You can’t perform that action at this time.
0 commit comments