...
Excerpt |
---|
Searches the entire dialogportal™ Rubiq database for accounts that matches which match a given search string. |
Note |
---|
This endpoint cannot be used when Data Isolation is enabled |
Endpoint ID: | 1011 | |||||||||||||||||||||||||||||||
Method: |
| |||||||||||||||||||||||||||||||
URL: | /userentity/search/{contract-id}
| |||||||||||||||||||||||||||||||
contract-id | Identifies the type of entities to search for and the contract fields to return. If omitted, all entity types are searched, each type returned using the default contract fields for that type. | |||||||||||||||||||||||||||||||
Request body: | JSON data with search settings
| |||||||||||||||||||||||||||||||
| JSON data with an array of the found entities. The result will also contain an object with properties that specify number of entities returned, the offset and whether there are more entities than the ones returned.
| |||||||||||||||||||||||||||||||
Status codes: | 200 | One or more entities were found | ||||||||||||||||||||||||||||||
404 | No entities were found |
...