GET /rest/api/2/group/member
Returns a paginated list of all users in a group.
Note that users are ordered by username, however the username is not returned in the results due to privacy reasons.
Permissions required: either of:
- Browse users and groups global permission.
- Administer Jira 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 |
String | No |
The ID of the group. This parameter cannot be used with the |
maxResults |
Integer | No |
The maximum number of items to return per page (number should be between 1 and 50). Default value: 50 |
groupname |
String | No |
As a group's name can change, use of |
includeInactiveUsers |
Boolean | No |
Include inactive users. Default value: false |
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.