Get Started
API backend
API system
More information

GET api/2.0/people/status/{status}/search This function requires authentication

Description

Returns a list of users matching the status filter and search query.

Parameters
Name Description Type Example
status
sent in url
User status Active, Terminated, LeaveOfAbsence, Default, All Active
query
sent in body
Search query string some text
Example
GET api/2.0/people/status/%22Active%22/search
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "query": "some text"
}
Returns

List of users with the detailed information