Documentation forAccess Rights Manager

Search Resource APIs

Search Resources (GET)

Performs a search for resources.

Route

URI

/api/v1/search/resources

Method

GET

Result

JSON – An array containing the search results with enriched display information.

Parameters

Name

Type

Mandatory

Description

search

string

No

The string to search for in the user/group account properties.

Response Structure Returns SuccessResult object containing:

  • success: bool value

  • data: object value

Example

GET http://localhost/api/v1/search/resources

Example Response

{     "success": true,     "data": {} }