Pull all worklogs from one user/user group in a Jira Software project

Hi all,

Our Marketing Director wants to be able to pull the work logs from a user group that worked on issues in our software project for the past two months.

We want to see first if we can just use Jira Cloud’s Rest API and use Postman to pull work logs with an HTTP request. We were able to get a JSON file of work logs pertaining to the issue “MAR-783” with:
GET https://nationalbusinesscapital.atlassian.net/rest/api/3/issue/MAR-783/worklog?

But now I’m wondering what we would need to write in order to get the work logs from users that are part of the user group called “Aress Marketing”.

Is this doable?