GET api/2.0/people/search
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"
}