How to assign a task to group

Hi Team,

I want to know about the api details of Bonita 7.2 which can assing the user task to a group.

I have gone through the document of bonita 7.2 and got one api details which is

http://localhost:8080/bonita/API/bpm/userTask/{taskId}
payload: {“assigned_id” : “203”}

My problems is:
steps 1: created a group and got id is → 203
steps 2: created a user and got id is → 203 in that case how do i distinguish between the group id and user id. I can see the above api payload is taking only one input parameter that is assigned_id.

so could you please help me to how i can achive?

You cant assign task to the group with API.
But you can make the group see the task with actor mapping documentation

Hi, Thanks for your reply!! Could please let me know how I can achive through actor mapping. Please let me know the steps if possible.

Hi, Thanks for your reply!! Could please let me know how I can achive through actor mapping. Please let me know the steps if possible.do you have any video link? if yes please give me the url