Skip to content

Commit 9faf8fc

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/api/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,10 +1455,15 @@ Success response, with a list of users:
14551455
"created": "2016-07-17T18:42:00Z",
14561456
"updated": "2018-08-24T13:53:00Z",
14571457
"lastJob": "2018-08-28T13:31:00Z",
1458-
"tokens": 6
1458+
"tokens": 6,
1459+
"lastLogin": "2025-09-08T13:29:21Z"
14591460
}]
14601461
```
14611462

1463+
**Since v53**
1464+
1465+
* `lastLogin` Last login time for a user.
1466+
14621467
**Since v27**:
14631468

14641469
* `created` Creation date of the user.

0 commit comments

Comments
 (0)