mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update openpanel.md
This commit is contained in:
parent
48ab5dab58
commit
d7894c2f6c
@ -46,6 +46,14 @@ You can also format the data as JSON:
|
||||
|
||||
```bash
|
||||
opencli user-list --json
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="CLI-users" label="via API">
|
||||
|
||||
To list all users, use the following api endpoint:
|
||||
|
||||
```bash
|
||||
curl -X GET http://PANEL:2087/api/users -H "Authorization: Bearer JWT_TOKEN_HERE"
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
Loading…
Reference in New Issue
Block a user