GET api/2.0/people/status/{status}/search
Returns a list of users matching the status filter and search query.
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
|
GET api/2.0/people/status/%22Active%22/search
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"query": "some text"
}
List of users with the detailed information