# How can i get the connected user groups and privileges without having access to idm?

**URL:** https://forum.flowable.org/t/how-can-i-get-the-connected-user-groups-and-privileges-without-having-access-to-idm/1566
**Category:** Flowable Engine
**Created:** [January 31, 2018, 5:14pm UTC](https://forum.flowable.org/t/how-can-i-get-the-connected-user-groups-and-privileges-without-having-access-to-idm/1566 "2018-01-31T17:14:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mlopez](https://avatars.discourse-cdn.com/v4/letter/m/c37758/32.png) [@mlopez](https://forum.flowable.org/u/mlopez)
#### Post date: [January 31, 2018, 5:14pm UTC](https://forum.flowable.org/t/how-can-i-get-the-connected-user-groups-and-privileges-without-having-access-to-idm/1566/1 "2018-01-31T17:14:08Z")

</div>

I need to get the connected user groups and privileges by rest to check if he can access my application.

I need this info without having access to IDM, because these users dont have access.

Thnks in advanced,

Matias.

---

<div class="post-metadata">

### Author: ![joram](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/joram/32/26_2.png) [@joram](https://forum.flowable.org/u/joram)
#### Post date: [January 31, 2018, 7:35pm UTC](https://forum.flowable.org/t/how-can-i-get-the-connected-user-groups-and-privileges-without-having-access-to-idm/1566/2 "2018-01-31T19:35:17Z")

</div>

The flowable-rest application exposes this information over rest under the /identity endpoint, e.g. see [http://www.flowable.org/docs/userguide/index.html#\_get\_a\_list\_of\_users](http://www.flowable.org/docs/userguide/index.html#_get_a_list_of_users)
