# I need to get which groups, users and roles can do a certain task

**URL:** https://community.ofelia.com/t/i-need-to-get-which-groups-users-and-roles-can-do-a-certain-task/11472
**Category:** Q&A
**Tags:** bonita-runtime
**Created:** [27 January 2023 17:19 UTC](https://community.ofelia.com/t/i-need-to-get-which-groups-users-and-roles-can-do-a-certain-task/11472 "2023-01-27T17:19:05Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tomy.vandelli](https://avatars.discourse-cdn.com/v4/letter/t/dec6dc/32.png) [@tomy.vandelli](https://community.ofelia.com/u/tomy.vandelli)
#### Post date: [27 January 2023 17:19 UTC](https://community.ofelia.com/t/i-need-to-get-which-groups-users-and-roles-can-do-a-certain-task/11472/1 "2023-01-27T17:19:05Z")

</div>

```
I need some API call that can get me which groups, users and roles can do a certain task
```

---

<div class="post-metadata">

### Author: ![romain.bioteau](https://dub1.discourse-cdn.com/flex013/user_avatar/community.ofelia.com/romain.bioteau/32/720_2.png) [@romain.bioteau](https://community.ofelia.com/u/romain.bioteau)
#### Post date: [30 January 2023 08:07 UTC](https://community.ofelia.com/t/i-need-to-get-which-groups-users-and-roles-can-do-a-certain-task/11472/2 "2023-01-30T08:07:43Z")

</div>

Hi,

You may use the [ActorMember API](https://api-documentation.bonitasoft.com/latest/#tag/ActorMember/operation/searchActorMembers)

HTH  
Romain
