File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments