MCP Server for Confluence

Build 24.0.9300

GroupMembers

Get users of a specific group.

Table Specific Information

Select

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

  • 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.
Email 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.
Name String = Name of the Group to which these members belong to.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9300