group/member
.curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/group'
{
"expand": "string",
"groupId": "string",
"name": "string",
"self": "http://example.com",
"users": {
"end-index": 0,
"items": [
{}
],
"max-results": 0,
"size": 0,
"start-index": 0
}
}
groupId
is recommended to identify a group.groupId
parameter.groupName
parameter.[start-index:end-index]
to the expand request. For example, to access the next 50 users, use?expand=users[51:100]
.