Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1455,10 +1455,15 @@ Success response, with a list of users:
"created": "2016-07-17T18:42:00Z",
"updated": "2018-08-24T13:53:00Z",
"lastJob": "2018-08-28T13:31:00Z",
"tokens": 6
"tokens": 6,
"lastLogin": "2025-09-08T13:29:21Z"
}]
```

**Since v53**

* `lastLogin` Last login time for a user.

**Since v27**:

* `created` Creation date of the user.
Expand Down
Loading