Use the SearchGroups
operation to search groups in a specified Amazon QuickSight namespace using the supplied filters.
Following is an example AWS CLI command for this operation.
CLI Input:
aws quicksight search-groups --region
us-west-2
--aws-account-idAWSACCOUNTID
--namespacedefault
--filters "[{\"Operator
\": \"StringLike\", \"Name\": \"GROUP_NAME\", \"Value\": \"Mar\"}]"
For more information about the SearchGroups
API operation, see SearchGroups in the Amazon QuickSight API Reference.