Server
Jira Data Center / Reference / REST API
GET

Get groups matching a query

Returns groups with substrings matching a given query

Request

Query parameters

maxResults

string

query

string

exclude

string

userName

string

Responses

Returns a collection of matching groups

application/json

GroupSuggestionsBean
GET/api/2/groups/picker
1 2 3 4 curl --request GET \ --url 'http://{baseurl}/rest/api/2/groups/picker' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json'

Rate this page: