Returns a list of users and groups matching query with highlighting
Forge and OAuth2 apps cannot access this REST resource.
string
string
string
string
string
string
Returns a list of users and groups matching query with highlighting
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/groupuserpicker' \
--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
{
"groups": {
"groups": [
{
"html": "<b>j</b>dog-developers",
"labels": [
{}
],
"name": "jdog-developers"
}
],
"header": "Showing 20 of 25 matching groups",
"total": 25
},
"users": {}
}Rate this page: