---
title: "User Reporter"
canonical: "https://support.appfire.com/space/REPS/472915144/User%20Reporter"
format: markdown
---
> Macro (aura-html)

## Description

This will find a list of Confluence users matching the specified criteria. Either a user or group *must* be specified to return a value.

This macro must be used within a report display macro (e.g.: [Report List](https://appfire.atlassian.net/wiki/spaces/REPS/pages/472915024) or [Report Table](https://appfire.atlassian.net/wiki/spaces/REPS/pages/472915048)).

The users' details can be accessed via the User Supplier. For example, to get the user's full name, use the Report Info macro like so:

```
report-info:user:full name
```

## Parameters

| Name | Required | Migratable to Cloud? | Default Value | Description |
| --- | --- | --- | --- | --- |
| user(s) | - [(X)] | - [NO] |  | The comma-separated list of usernames to report on. |
| group(s) | - [(X)] | - [NO] |  | The comma-separated list of groups the users have membership in. Each group name may be prefixed with a "+" (to indicate the group is required) or "-" (to indicate the group should be excluded).<br>e.g.: "+foo, -bar" will include only users in the 'foo' group who are not also in the "bar" group. |
| space(s) | - [(X)] | - [NO] |  | ***KEY > permission*** - the comma-separated list of spaces where the user must have certain permissions on. By default, the permission is **view**. Otherwise, you may specify one of the following after the ">":<br>- **view** - (default) the user can view the space.
- **edit** - the user can edit pages.
- **admin** - the user has administration access.
- **news** - the user can post a news entry.
- **comment** - the user can post a comment.<br>e.g.: SpaceKey1>view, SpaceKey2>news |

## Editor View

![image](media://866a8109-298b-40ec-8fa2-bd37d803ba79)


## Macro Edit View

- Not applicable.

## Notes

- Not applicable.

# Tutorial Examples

> Macro (contentbylabel)