Search user profiles
|
GET api/2.0/people/@search/{query}
|
Returns a list of profiles for all the portal users matching the search query.
|
Search users
|
GET api/2.0/people/search
|
Returns a list of users matching the search query.
|
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.
|