Updates API-Users.md

Auto commit by GitBook Editor
kolaente 2018-01-26 14:24:23 +01:00
parent da6e5f51cd
commit edff6351cc

@ -29,25 +29,29 @@ _Result:_
[
{
"id": 1,
"name": "møtus",
"created": 0,
"updated": 1511968730
"name": "That Guy",
"username": "user1",
"password": "",
"email": "thatguy@example.com",
"isAdmin": true,
"created": 1516713623,
"updated": 1516713642
},
{
"id": 16,
"name": "Fantasy Publishing Ltd.",
"created": 1507747610,
"updated": 1507747610
},
{
"id": 130,
"name": "Lorem",
"created": 1512480155,
"updated": 1512480155
"id": 2,
"name": "That Other Guy",
"username": "user2",
"password": "",
"email": "thatotherguy@example.com",
"isAdmin": true,
"created": 1516713623,
"updated": 1516713642
}
]
```
Password hashes are obfuscated for security reasons.
---
### GET `/users/:id` 🔒