From 4a61bf21de30e9ba6aa5c90879d8790f38ba9126 Mon Sep 17 00:00:00 2001 From: Arksine Date: Thu, 13 May 2021 18:01:18 -0400 Subject: [PATCH] docs: update "/access/users/list" documentation Signed-off-by: Eric Callahan --- docs/web_api.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/web_api.md b/docs/web_api.md index f97f05b..56f7d45 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -1646,8 +1646,14 @@ Returns: A list of created users on the system ```json { "users": [ - "testuser", - "testuser2" + { + "username": "testuser", + "created_on": 1618771331.1685035 + }, + { + "username": "testuser2", + "created_on": 1620943153.0191233 + } ] } ```