Add docs to /users/search

stable
Maxim Filippov 6 years ago
parent 46f29b9da1
commit adac745512

@ -20,6 +20,26 @@ Authentication is required and the user must be an admin.
] ]
``` ```
## `/api/pleroma/admin/users/search?query={query}`
### Search users
- Method `GET`
- Params:
- `query`
- Response:
```JSON
[
{
"deactivated": bool,
"id": integer,
"nickname": string
},
...
]
```
## `/api/pleroma/admin/user` ## `/api/pleroma/admin/user`
### Remove a user ### Remove a user

Loading…
Cancel
Save