Summary
Provides information about Confluence Users.
Details
| Name: | User Supplier |
|---|---|
| Prefix: | user (optional) |
| Supported Content: | Confluence Users |
| Provided By: | Reporting Plugin |
Keys Supported
The following are the list of keys which this supplier will return a value for.
| Key | Content Types | Return Type | Description |
|---|---|---|---|
| name | User | Text | The user's unique username or user id. |
| full name | User | Text | The user's full name. |
| url | User | Text | The server-relative URL for the user's homepage/profile. |
| User | Email address/Text | The users email address.
Note: If Confluence is set to obscure or hide the address, it will not be displayed to non-administrators. Also, the address will only be an Email address if the address is valid. Otherwise it will be Text or empty. | |
| picture | User | Text | The URL pointing to the user's personal profile picture. |
| labels | User | Labels | The list of personal ("my:label") labels created by the user. Note: This is only displayed to the user themselves. |
| personal space | User | Space | The user's personal space, if they have one. |
| groups | User | List of Groups | The list of groups the user is a member of. Note: This is only available to the user themselves and administrators. |
| is deactivated | User | Boolean | Tests if the user is deactivated. |
| is removable | User | Boolean | Tests if the user is removable. |
| personal information | User | Content | Returns the user's personal information content, the most interesting parts being the 'content:body' and 'content:attachments'. (Since Reporting 1.1.1) |
| authored pages count | User | Number | The number of pages authored by the user. (Since 1.1.1) |
| authored pages | User | List of Pages | The list of pages authored by the user (Since Reporting 1.1.1) |
| favourite spaces | User | List of Spaces | The list of spaces marked as a favourite by the current user. (Since Reporting 1.3) |
| favourite content | User | List of Content | The list of pages/news items/etc marked as a favourite by the current user. (Since Reporting 1.3) |
| signup date | User | Date | The date the user registered. (Since 2.1.0) |
| last login date | User | Date | The date the user last logged in. (Since 2.1.0) |
| recently modified content | User | List of Content | A list of content that has been recently modified by the user, with the most recent modifications listed first. (Since 2.1.0) |
Discussions