Skip to main content
Version: v41

access_group_search

Search object for the search request. Attributes can be comma-separated strings (or in case of keyword, comma or space-separated). Individual attributes form a AND query and multiple values within an attribute form an OR query. E.g. search "dev 10.0" translates to WHERE (field1 like %dev% OR field2 like %dev%) AND (field1 like %10.0% OR field2 like %10.0%)

keywordsstring

Comma or space-separated strings to search across all access group attributes. The leading and trailing wildcards for the keywords are implicit.

access_group_search
{
"keywords": "string"
}