{ "operationId": "atlassianBulkgetgroups", "method": "GET", "path": "/rest/api/3/group/bulk", "summary": "Atlassian Bulk Get Groups", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"isLast\":true,\"maxResults\":10,\"startAt\":0,\"total\":2,\"values\":[{\"groupId\":\"276f955c-63d7-42c8-9520-92d01dca0625\",\"name\":\"jdog-developers\"},{\"groupId\":\"6e87dc72-4f1f-421f-9382-2fee8b652487\",\"name\":\"juvenal-bot\"}]}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Browse users and groups permission is required to view groups.\"],\"errors\":{}}" }, { "status": "500", "contentType": "application/json", "example": "{\"errorMessages\":[\"Couldn't retrieve groups with the site-admin accessType.\"],\"errors\":{}}" } ] }