GET /rest/api/2/group/bulk
Returns a paginated list of groups.
Permissions required: Browse users and groups global permission.
Servers
- https://your-domain.atlassian.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
startAt |
Integer | No |
The index of the first item to return in a page of results (page offset). Default value: 0 |
groupId[] |
Array | No |
The ID of a group. To specify multiple IDs, pass multiple |
maxResults |
Integer | No |
The maximum number of items to return per page. Default value: 50 |
applicationKey |
String | No |
The application key of the product user groups to search for. Valid values: 'jira-servicedesk', 'jira-software', 'jira-product-discovery', 'jira-core'. |
groupName[] |
Array | No |
The name of a group. To specify multiple names, pass multiple |
accessType |
String | No |
The access level of a group. Valid values: 'site-admin', 'admin', 'user'. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.