# Users By Group

## <span class="mw-headline" id="bkmrk-what-it-does-1">What it does</span>

Displays list of active users in the system.

Multi mode function

- User normal: No filters
- User exclusive group: Filters users/groups that active user belongs to

You can navigate through the pages

1. Lists exclusive groups + none
2. Lists users in *selected* exclusive group (1)
3. Lists groups for *selected* user (2)

## <span class="mw-headline" id="bkmrk-how-to-invoke-1">How to invoke</span>

Make a http request:

```
 main?command=<strong>dk.p2e.blanket.codeunit.common.PageUsersByGroup</strong>
```

## <span class="mw-headline" id="bkmrk-configuration-1">Configuration</span>

<span class="mw-headline">None</span>

## <span class="mw-headline" id="bkmrk-developer-info-1">Developer info</span>

- <span class="mw-headline">Type: [CodeunitPagecontent](https://docs.tsnocode.com/books/codeunit-reference/chapter/pagecontent)</span>
- <span class="mw-headline">Security: Requires UderEditor or Admin</span>
- <span class="mw-headline">Classpath: dk.p2e.blanket.codeunit.common.PageUsersByGroup</span>