{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Group and User Picker API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Group and User Picker",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Find Users And Groups",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/groupuserpicker",
"params": [
{
"name": "query",
"value": "",
"type": "query",
"description": "The search string."
},
{
"name": "maxResults",
"value": "",
"type": "query",
"description": "The maximum number of items to return in each list."
},
{
"name": "showAvatar",
"value": "",
"type": "query",
"description": "Whether the user avatar should be returned. If an invalid value is provided, the default value is used."
},
{
"name": "fieldId",
"value": "",
"type": "query",
"description": "The custom field ID of the field this request is for."
},
{
"name": "projectId",
"value": "",
"type": "query",
"description": "The ID of a project that returned users and groups must have permission to view. To include multiple projects, provide an ampersand-separated list. For example, `projectId=10000&projectId=10001`. This parameter is only used when `fieldId` is present."
},
{
"name": "issueTypeId",
"value": "",
"type": "query",
"description": "The ID of an issue type that returned users and groups must have permission to view. To include multiple issue types, provide an ampersand-separated list. For example, `issueTypeId=10000&issueTypeId=10001`. Special values, such as `-1` (all standard issue types) and `-2` (all subtask issue types), are supported. This parameter is only used when `fieldId` is present."
},
{
"name": "avatarSize",
"value": "",
"type": "query",
"description": "The size of the avatar to return. If an invalid value is provided, the default value is used."
},
{
"name": "caseInsensitive",
"value": "",
"type": "query",
"description": "Whether the search for groups should be case insensitive."
},
{
"name": "excludeConnectAddons",
"value": "",
"type": "query",
"description": "Whether Connect app users and groups should be excluded from the search results. If an invalid value is provided, the default value is used."
}
]
},
"docs": "Returns a list of users and groups matching a string. The string is used:
* for users, to find a case-insensitive match with display name and e-mail address. Note that if a user has hidden their email address in their user profile, partial matches of the email address will not find the user. An exact match is required.
* for groups, to find a case-sensitive match with group name.
For example, if the string *tin* is used, records with the display name *Tina*, email address *s"
}
]
}
],
"bundled": true
}