Skip to content

Commit f2a13f0

Browse files
authored
Update index.md
adding last login info
1 parent 48a5580 commit f2a13f0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/api/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,8 @@ Success response, with a list of users:
14451445
"created": "2017-10-01T09:00:20Z",
14461446
"updated": "2018-08-24T13:53:02Z",
14471447
"lastJob": "2018-08-28T13:31:00Z",
1448-
"tokens": 1
1448+
"tokens": 1,
1449+
"lastLogin": "2025-09-08T13:29:21Z"
14491450
},
14501451
{
14511452
"login":"admin",
@@ -1455,10 +1456,15 @@ Success response, with a list of users:
14551456
"created": "2016-07-17T18:42:00Z",
14561457
"updated": "2018-08-24T13:53:00Z",
14571458
"lastJob": "2018-08-28T13:31:00Z",
1458-
"tokens": 6
1459+
"tokens": 6,
1460+
"lastLogin": "2025-09-08T13:29:21Z"
14591461
}]
14601462
```
14611463

1464+
**Since v53**
1465+
1466+
* `lastLogin` Last login time for a user.
1467+
14621468
**Since v27**:
14631469

14641470
* `created` Creation date of the user.

0 commit comments

Comments
 (0)