pub async fn search_groups_with_id(
configuration: &Configuration,
group_search_request: Option<GroupSearchRequest>,
) -> Result<GroupSearchResponse, Error<SearchGroupsWithIdError>>
Expand description
Searches groups with the specified criteria and pagination.