Get Started
API backend
API system
More information

GET api/2.0/people/search This function requires authentication

Description

Returns a list of users matching the search query. This method uses the query parameters.

Parameters
Name Description Type Example
query
sent in body
Search query string some text
Example
GET api/2.0/people/search
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "query": "some text"
}
Returns

List of users