We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a5580 commit 9faf8fcCopy full SHA for 9faf8fc
docs/api/index.md
@@ -1455,10 +1455,15 @@ Success response, with a list of users:
1455
"created": "2016-07-17T18:42:00Z",
1456
"updated": "2018-08-24T13:53:00Z",
1457
"lastJob": "2018-08-28T13:31:00Z",
1458
- "tokens": 6
+ "tokens": 6,
1459
+ "lastLogin": "2025-09-08T13:29:21Z"
1460
}]
1461
```
1462
1463
+**Since v53**
1464
+
1465
+* `lastLogin` Last login time for a user.
1466
1467
**Since v27**:
1468
1469
* `created` Creation date of the user.
0 commit comments