docs: update "/access/users/list" documentation
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
b3187710d0
commit
4a61bf21de
|
@ -1646,8 +1646,14 @@ Returns: A list of created users on the system
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"users": [
|
"users": [
|
||||||
"testuser",
|
{
|
||||||
"testuser2"
|
"username": "testuser",
|
||||||
|
"created_on": 1618771331.1685035
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "testuser2",
|
||||||
|
"created_on": 1620943153.0191233
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue