Browse Source

Add docs to /users/search

tags/v1.1.4
Maxim Filippov 5 years ago
parent
commit
adac745512
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      docs/Admin-API.md

+ 20
- 0
docs/Admin-API.md View File

@@ -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


Loading…
Cancel
Save