Groups
Get information about a specific group.
Table Specific Information
Select
The add-in 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 add-in.
- Name supports the '=,IN' comparisons.
- Id supports the '=' comparisons.
For example, the following queries are processed server side:
SELECT * FROM Groups WHERE Name = 'test'
SELECT * FROM Groups WHERE Name IN ('test1', 'test2')
SELECT * FROM Groups WHERE Id = 'ef75d879-6b69-4260-942a-ff5231e08be0'
Columns
| Name | Type | ReadOnly | References | SupportedOperators | Description |
| Id [KEY] | String | True | = |
Id of the group. | |
| Name [KEY] | String | False | =,LIKE |
Name of the group. | |
| Type | String | True |
Type of the group. |