search

Name Resource Description
Search users GET api/2.0/people/@search/{query} Returns a list of users matching the search query.
Search users (using query parameters) GET api/2.0/people/search Returns a list of users matching the search query. This method uses the query parameters.
Search users and their information by extended filter GET api/2.0/people/filter Returns a list of users with full information about them matching the parameters specified in the request.
Search users by extended filter GET api/2.0/people/simple/filter Returns a list of users matching the parameters specified in the request.
Search users by status filter GET api/2.0/people/status/{status}/search Returns a list of users matching the status filter and search query.