Returns groups with substrings matching a given query
Forge and OAuth2 apps cannot access this REST resource.
string
string
string
string
Returns a collection of matching groups
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'1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"groups": [
{
"html": "<b>j</b>dog-developers",
"labels": [
{
"text": "jdog-developers",
"title": "Developers",
"type": "SINGLE"
}
],
"name": "jdog-developers"
}
],
"header": "Showing 20 of 25 matching groups",
"total": 25
}Rate this page: