added list users
parent
31ddc5daef
commit
fba0ead630
@ -1,3 +1,10 @@
|
||||
# List existing users
|
||||
```bash
|
||||
curl "http://localhost:8000/api/v2/account/users" \
|
||||
-H "X-API-Key: xmB6rIuSSL9MpZqY678pF"
|
||||
```
|
||||
This will list all users along with their ID
|
||||
|
||||
## Creating a new user
|
||||
This is the body to include in the request:
|
||||
```json
|
||||
|
Loading…
x
Reference in New Issue
Block a user