> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Groups

Returns a list of groups whose names contain a query string.

<Note>
  External Documentation

  To learn more, visit the [Jira documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups/#api-rest-api-3-groups-picker-get).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                 |
  | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Limit     | The maximum number of groups to return. The maximum number of groups that can be returned is limited by the system property `jira.ajax.autocomplete.limit`. |
  | Query     | The string to find in group names.                                                                                                                          |
</div>

## Example Output

```json theme={"dark"}
{
	"groups": [
		{
			"groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
			"html": "\u003cb\u003ej\u003c/b\u003edog-developers",
			"name": "jdog-developers"
		},
		{
			"groupId": "6e87dc72-4f1f-421f-9382-2fee8b652487",
			"html": "\u003cb\u003ej\u003c/b\u003euvenal-bot",
			"name": "juvenal-bot"
		}
	],
	"header": "Showing 20 of 25 matching groups",
	"total": 25
}
```

## Workflow Library Example

[Search Groups with Jira and Send Results Via Email](https://library.blinkops.com/workflows/search-groups-with-jira-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/search-groups-with-jira-and-send-results-via-email/canvas" />
</div>
