Bulk Get Groups

GET {{baseUrl}}/rest/api/3/group/bulk?startAt=0&maxResults=50&groupId=<string>&groupName=<string>

Returns a paginated list of groups.

Permissions required: Browse users and groups global permission.

Request Params

KeyDatatypeRequiredDescription
startAtnumberThe index of the first item to return in a page of results (page offset).
maxResultsnumberThe maximum number of items to return per page.
groupIdstringThe ID of a group. To specify multiple IDs, pass multiple groupId parameters. For example, groupId=5b10a2844c20165700ede21g&amp;groupId=5b10ac8d82e05b22cc7d4ef5.
groupNamestringThe name of a group. To specify multiple names, pass multiple groupName parameters. For example, groupName=administrators&amp;groupName=jira-software-users.

RESPONSES

status: OK

{&quot;maxResults&quot;:10,&quot;startAt&quot;:0,&quot;total&quot;:2,&quot;isLast&quot;:true,&quot;values&quot;:[{&quot;name&quot;:&quot;jdog-developers&quot;,&quot;groupId&quot;:&quot;276f955c-63d7-42c8-9520-92d01dca0625&quot;},{&quot;name&quot;:&quot;juvenal-bot&quot;,&quot;groupId&quot;:&quot;6e87dc72-4f1f-421f-9382-2fee8b652487&quot;}]}