Groups
Get users from group
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.
get/rest/api/3/group/member
Query parameters
groupnamestring
As a group's name can change, use of groupId is recommended to identify a group.
The name of the group. This parameter cannot be used with the groupId parameter.
groupIdstring
The ID of the group. This parameter cannot be used with the groupName parameter.
includeInactiveUsersboolean
Include inactive users.
startAtinteger
The index of the first item to return in a page of results (page offset).
maxResultsinteger
The maximum number of items to return per page (number should be between 1 and 50).
Response
Returned if the request is successful.