GroupMembers
Get users of a specific group.
Table Specific Information
Select
The adapter will use the Confluence API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the adapter.
- Name supports the '=' comparisons.
For example, the following queries are processed server side:
SELECT * FROM GroupMembers WHERE Name = 'test1'
Columns
Name | Type | References | SupportedOperators | Description |
AccountId | String | Account Id of the user. | ||
AccountType | String | Account Type of the user. | ||
DisplayName | String | Display name of the user. | ||
String | Email address of the user. | |||
PublicName | String | Public name or nickname of the user. | ||
ProfilePicturePath | String | Path of the profile picture of the user. | ||
ProfilePictureWidth | Int | Width of the profile picture of the user. | ||
ProfilePictureHeight | Int | Height of the profile picture of the user. | ||
ProfilePictureIsDefault | Boolean | If isDefault of the profile picture of the user. | ||
Operations | String | An operation and the target entity that it applies to | ||
Type | String | Type of the user. | ||
GroupId | String | = | The Id of the group. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description | |
Name | String | Name of the Group to which these members belong to |