Skip to content
Snippets Groups Projects
Commit adac7455 authored by Maxim Filippov's avatar Maxim Filippov :new_moon_with_face:
Browse files

Add docs to /users/search

parent 46f29b9d
Branches
No related tags found
No related merge requests found
......@@ -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`
### Remove a user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment