Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
  • backlog
  • board
  • epic
  • issue
  • sprint
  • application-properties
  • applicationrole
  • attachment
  • avatar
  • cluster
  • comment
  • component
  • configuration
  • customFieldOption
  • customFields
  • dashboard
  • email-templates
  • field
  • filter
  • group
  • groups
  • groupuserpicker
  • index-snapshot
  • index
  • issueLinkType
  • issuesecurityschemes
  • issuetype
  • issuetypescheme
  • jql
  • licenseValidator
  • monitoring
  • mypermissions
  • mypreferences
  • myself
  • notificationscheme
  • password
  • permissions
  • permissionscheme
  • priority
  • priorityschemes
  • project
  • projectCategory
  • projects
  • projectvalidate
  • reindex
  • resolution
  • role
  • screens
  • securitylevel
  • serverInfo
  • settings
  • status
  • statuscategory
  • terminology
  • universal_avatar
  • upgrade
  • user
  • version
  • workflow
  • workflowscheme
  • worklog
  • session
  • websudo
Server
Jira Data Center / / Modules

groupuserpicker

Postman Collection
OpenAPI
GET

Get users and groups matching query with highlighting

Returns a list of users and groups matching query with highlighting

Forge and OAuth2 apps cannot access this REST resource.

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'
200Response
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: