Returns a list of users matching the search query. This method uses the query parameters.
Name | Description | Type | Example |
query
sent in body
|
Search query | string | some text |
GET api/2.0/people/search Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "query": "some text" }
List of users
{ "status": 0, "response": [ { "Id": "9924256A-739C-462b-AF15-E652A3B1B6EB", "DisplayName": "some text", "Title": "some text", "AvatarSmall": "some text", "ProfileUrl": "some text", "HasAvatar": true } ] }