Server
Jira Data Center / Reference / REST API
GET

Get users and groups matching query with highlighting

Returns a list of users and groups matching query with highlighting

Request

Query parameters

issueTypeId

string

maxResults

string

query

string

showAvatar

string

projectId

string

fieldId

string

Responses

Returns a list of users and groups matching query with highlighting

application/json

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

Rate this page: