Searches user profiles in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_search_user_profiles/ for full documentation.
datazone_search_user_profiles(
domainIdentifier,
maxResults = NULL,
nextToken = NULL,
searchText = NULL,
userType
)[required] The identifier of the Amazon DataZone domain in which you want to search user profiles.
The maximum number of results to return in a single call to
search_user_profiles. When the number
of results to be listed is greater than the value of MaxResults, the
response contains a NextToken value that you can use in a subsequent
call to search_user_profiles to list
the next set of results.
When the number of results is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for
MaxResults that is less than the number of results, the response
includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to
search_user_profiles to list the next
set of results.
Specifies the text for which to search.
[required] Specifies the user type for the
search_user_profiles action.