Searches for profiles within a specific domain using one or more predefined search keys (e.g., _fullName, _phone, _email, _account, etc.) and/or custom-defined search keys. A search key is a data type pair that consists of a KeyName and Values list.
This operation supports searching for profiles with a minimum of 1 key-value(s) pair and up to 5 key-value(s) pairs using either AND or OR logic.
post/domains/{DomainName}/profiles/search
Path parameters
DomainNamestring required
The unique name of the domain.
Query parameters
next-tokenstring
The pagination token from the previous SearchProfiles API call.
max-resultsinteger
<p>The maximum number of objects returned per page.</p> <p>The default is 20 if this parameter is not included in the request.</p>
Request body
Response
Success