GET api/search?phrase={phrase}&limit={limit}

Performs a keyword-based search across SCIM-associated items with access control filtering.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
phrase

The keyword or partial phrase to search for. Matches are performed using SQL `LIKE` with wildcards.

string

Default value is

limit

The maximum number of results to return. Default is 50. Large values may impact performance.

integer

Default value is 50

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a table of matching items (columns: `id`, `item`, `FullPath`, `type`). On failure: HTTP 400 Bad Request with a generic error message.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.