ODBC Driver for Confluence

Build 25.0.9545

Groups

Get information about a specific group.

Table Specific Information

Select

The driver 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 driver.

  • 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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9545