Keep heading short

This commit is contained in:
Maxim Filippov 2019-03-06 05:01:38 +03:00
parent 2d30fc279f
commit 76160122f6
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
Authentication is required and the user must be an admin. Authentication is required and the user must be an admin.
## `/api/pleroma/admin/users?query={query}&only_local={only_local}&page={page}&page_size={page_size}` ## `/api/pleroma/admin/users`
### List users ### List users
- Method `GET` - Method `GET`
- Params: - Query Params:
- `query`: **string** *optional* search term - `query`: **string** *optional* search term
- `local_only`: **bool** *optional* whether to return only local users - `local_only`: **bool** *optional* whether to return only local users
- `page`: **integer** *optional* page number - `page`: **integer** *optional* page number