GroupMembersByGroupName: Atlassian Confluence Members by Group Name |
Catalog: JIRA
Schema: Confluence
Primary Keys: id
Label: Members by Group Name
This is a read-only table function. The Atlassian Confluence API may not support changing the data or the Invantive SQL driver for Atlassian Confluence does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Atlassian Confluence API.
Select Atlassian Confluence API URL: /group/{groupName}/member
Insert Atlassian Confluence API URL: /group/{groupName}/member
Update Atlassian Confluence API URL: /group/{groupName}/member
Delete Atlassian Confluence API URL: /group/{groupName}/member
Field Selection Method: NotRequired
Base Path: results[*]
Parameters of Table Function
The following parameters can be used to control the behaviour of the table function GroupMembersByGroupName. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be treated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example with `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.
Name |
Data Type |
Required |
Default Value |
Documentation |
---|---|---|---|---|
groupName |
string |
☑ |
|
The name of the group to be queried for its members. |
Table Function Columns
The columns of the table function GroupMembersByGroupName are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
accountId |
string |
|
☐ |
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required in requests. An account ID with value unknown is returned when there is missing data for a user, which only happens for deleted users. We recommend you treat this value as an error case if you need to access more information about the user. |
accountType |
string |
|
☐ |
The user account type. Can take the following values: atlassian regular Atlassian user account, app system account used for Connect applications and OAuth to represent external systems, customer Jira Service Desk account representing an external service desk |
displayName |
string |
|
☐ |
The display name of the user. Depending on the user's privacy setting, this may be the same as publicName. |
string |
|
☐ |
The email address of the user. Depending on the user’s privacy setting, this may be returned as null. |
|
personalSpace_homepage_body_anonymous_export_view_representation |
string |
|
☐ |
|
personalSpace_homepage_body_anonymous_export_view_value |
string |
|
☐ |
|
personalSpace_homepage_body_atlas_doc_format_representation |
string |
|
☐ |
|
personalSpace_homepage_body_atlas_doc_format_value |
string |
|
☐ |
|
personalSpace_homepage_body_editor_representation |
string |
|
☐ |
|
personalSpace_homepage_body_editor_value |
string |
|
☐ |
|
personalSpace_homepage_body_editor2_representation |
string |
|
☐ |
|
personalSpace_homepage_body_editor2_value |
string |
|
☐ |
|
personalSpace_homepage_body_export_view_representation |
string |
|
☐ |
|
personalSpace_homepage_body_export_view_value |
string |
|
☐ |
|
personalSpace_homepage_body_storage_representation |
string |
|
☐ |
|
personalSpace_homepage_body_storage_value |
string |
|
☐ |
|
personalSpace_homepage_body_styled_view_representation |
string |
|
☐ |
|
personalSpace_homepage_body_styled_view_value |
string |
|
☐ |
|
personalSpace_homepage_body_view_representation |
string |
|
☐ |
|
personalSpace_homepage_body_view_value |
string |
|
☐ |
|
personalSpace_homepage_history_contributors |
string |
|
☐ |
|
personalSpace_homepage_history_createdBy_accountId |
string |
|
☐ |
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required in requests. An account ID with value unknown is returned when there is missing data for a user, which only happens for deleted users. We recommend you treat this value as an error case if you need to access more information about the user. |
personalSpace_homepage_history_createdBy_accountType |
string |
|
☐ |
The user account type. Can take the following values: atlassian regular Atlassian user account, app system account used for Connect applications and OAuth to represent external systems, customer Jira Service Desk account representing an external service desk |
personalSpace_homepage_history_createdBy_active |
boolean |
|
☐ |
Indicates whether the user is active. |
personalSpace_homepage_history_createdBy_displayName |
string |
|
☐ |
The display name of the user. Depending on the user’s privacy setting, this may return an alternative value. |
personalSpace_homepage_history_createdBy_emailAddress |
string |
|
☐ |
The email address of the user. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_createdBy_key |
string |
|
☐ |
This property is no longer available and will be removed from the documentation soon |
personalSpace_homepage_history_createdBy_locale |
string |
|
☐ |
The locale of the user. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_createdBy_name |
string |
|
☐ |
This property is no longer available and will be removed from the documentation soon. |
personalSpace_homepage_history_createdBy_timeZone |
string |
|
☐ |
The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_createdDate |
datetime |
|
☐ |
|
personalSpace_homepage_history_lastUpdated_by_accountId |
string |
|
☐ |
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required in requests. An account ID with value unknown is returned when there is missing data for a user, which only happens for deleted users. We recommend you treat this value as an error case if you need to access more information about the user. |
personalSpace_homepage_history_lastUpdated_by_accountType |
string |
|
☐ |
The user account type. Can take the following values: atlassian regular Atlassian user account, app system account used for Connect applications and OAuth to represent external systems, customer Jira Service Desk account representing an external service desk |
personalSpace_homepage_history_lastUpdated_by_active |
boolean |
|
☐ |
Indicates whether the user is active. |
personalSpace_homepage_history_lastUpdated_by_displayName |
string |
|
☐ |
The display name of the user. Depending on the user’s privacy setting, this may return an alternative value. |
personalSpace_homepage_history_lastUpdated_by_emailAddress |
string |
|
☐ |
The email address of the user. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_lastUpdated_by_key |
string |
|
☐ |
This property is no longer available and will be removed from the documentation soon |
personalSpace_homepage_history_lastUpdated_by_locale |
string |
|
☐ |
The locale of the user. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_lastUpdated_by_name |
string |
|
☐ |
This property is no longer available and will be removed from the documentation soon. |
personalSpace_homepage_history_lastUpdated_by_timeZone |
string |
|
☐ |
The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_lastUpdated_collaborators |
string |
|
☐ |
|
personalSpace_homepage_history_lastUpdated_friendlyWhen |
string |
|
☐ |
|
personalSpace_homepage_history_lastUpdated_links |
string |
|
☐ |
|
personalSpace_homepage_history_lastUpdated_message |
string |
|
☐ |
|
personalSpace_homepage_history_lastUpdated_minorEdit |
boolean |
|
☐ |
|
personalSpace_homepage_history_lastUpdated_number |
int32 |
|
☐ |
|
personalSpace_homepage_history_lastUpdated_when |
string |
|
☐ |
|
personalSpace_homepage_history_latest |
boolean |
|
☐ |
|
personalSpace_homepage_history_nextVersion_by_accountId |
string |
|
☐ |
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required in requests. An account ID with value unknown is returned when there is missing data for a user, which only happens for deleted users. We recommend you treat this value as an error case if you need to access more information about the user. |
personalSpace_homepage_history_nextVersion_by_accountType |
string |
|
☐ |
The user account type. Can take the following values: atlassian regular Atlassian user account, app system account used for Connect applications and OAuth to represent external systems, customer Jira Service Desk account representing an external service desk |
personalSpace_homepage_history_nextVersion_by_active |
boolean |
|
☐ |
Indicates whether the user is active. |
personalSpace_homepage_history_nextVersion_by_displayName |
string |
|
☐ |
The display name of the user. Depending on the user’s privacy setting, this may return an alternative value. |
personalSpace_homepage_history_nextVersion_by_emailAddress |
string |
|
☐ |
The email address of the user. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_nextVersion_by_key |
string |
|
☐ |
This property is no longer available and will be removed from the documentation soon |
personalSpace_homepage_history_nextVersion_by_locale |
string |
|
☐ |
The locale of the user. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_nextVersion_by_name |
string |
|
☐ |
This property is no longer available and will be removed from the documentation soon. |
personalSpace_homepage_history_nextVersion_by_timeZone |
string |
|
☐ |
The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_nextVersion_collaborators |
string |
|
☐ |
|
personalSpace_homepage_history_nextVersion_friendlyWhen |
string |
|
☐ |
|
personalSpace_homepage_history_nextVersion_links |
string |
|
☐ |
|
personalSpace_homepage_history_nextVersion_message |
string |
|
☐ |
|
personalSpace_homepage_history_nextVersion_minorEdit |
boolean |
|
☐ |
|
personalSpace_homepage_history_nextVersion_number |
int32 |
|
☐ |
|
personalSpace_homepage_history_nextVersion_when |
string |
|
☐ |
|
personalSpace_homepage_history_previousVersion_by_accountId |
string |
|
☐ |
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required in requests. An account ID with value unknown is returned when there is missing data for a user, which only happens for deleted users. We recommend you treat this value as an error case if you need to access more information about the user. |
personalSpace_homepage_history_previousVersion_by_accountType |
string |
|
☐ |
The user account type. Can take the following values: atlassian regular Atlassian user account, app system account used for Connect applications and OAuth to represent external systems, customer Jira Service Desk account representing an external service desk |
personalSpace_homepage_history_previousVersion_by_active |
boolean |
|
☐ |
Indicates whether the user is active. |
personalSpace_homepage_history_previousVersion_by_displayName |
string |
|
☐ |
The display name of the user. Depending on the user’s privacy setting, this may return an alternative value. |
personalSpace_homepage_history_previousVersion_by_emailAddress |
string |
|
☐ |
The email address of the user. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_previousVersion_by_key |
string |
|
☐ |
This property is no longer available and will be removed from the documentation soon |
personalSpace_homepage_history_previousVersion_by_locale |
string |
|
☐ |
The locale of the user. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_previousVersion_by_name |
string |
|
☐ |
This property is no longer available and will be removed from the documentation soon. |
personalSpace_homepage_history_previousVersion_by_timeZone |
string |
|
☐ |
The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_history_previousVersion_collaborators |
string |
|
☐ |
|
personalSpace_homepage_history_previousVersion_friendlyWhen |
string |
|
☐ |
|
personalSpace_homepage_history_previousVersion_links |
string |
|
☐ |
|
personalSpace_homepage_history_previousVersion_message |
string |
|
☐ |
|
personalSpace_homepage_history_previousVersion_minorEdit |
boolean |
|
☐ |
|
personalSpace_homepage_history_previousVersion_number |
int32 |
|
☐ |
|
personalSpace_homepage_history_previousVersion_when |
string |
|
☐ |
|
personalSpace_homepage_id |
int64 |
|
☐ |
|
personalSpace_homepage_key |
string |
|
☐ |
|
personalSpace_homepage_status |
string |
|
☐ |
|
personalSpace_homepage_title |
string |
|
☐ |
|
personalSpace_homepage_type |
string |
|
☐ |
|
personalSpace_homepage_version_by_accountId |
string |
|
☐ |
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required in requests. An account ID with value unknown is returned when there is missing data for a user, which only happens for deleted users. We recommend you treat this value as an error case if you need to access more information about the user. |
personalSpace_homepage_version_by_accountType |
string |
|
☐ |
The user account type. Can take the following values: atlassian regular Atlassian user account, app system account used for Connect applications and OAuth to represent external systems, customer Jira Service Desk account representing an external service desk |
personalSpace_homepage_version_by_active |
boolean |
|
☐ |
Indicates whether the user is active. |
personalSpace_homepage_version_by_displayName |
string |
|
☐ |
The display name of the user. Depending on the user’s privacy setting, this may return an alternative value. |
personalSpace_homepage_version_by_emailAddress |
string |
|
☐ |
The email address of the user. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_version_by_key |
string |
|
☐ |
This property is no longer available and will be removed from the documentation soon |
personalSpace_homepage_version_by_locale |
string |
|
☐ |
The locale of the user. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_version_by_name |
string |
|
☐ |
This property is no longer available and will be removed from the documentation soon. |
personalSpace_homepage_version_by_timeZone |
string |
|
☐ |
The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null. |
personalSpace_homepage_version_collaborators |
string |
|
☐ |
|
personalSpace_homepage_version_friendlyWhen |
string |
|
☐ |
|
personalSpace_homepage_version_links |
string |
|
☐ |
|
personalSpace_homepage_version_message |
string |
|
☐ |
|
personalSpace_homepage_version_minorEdit |
boolean |
|
☐ |
|
personalSpace_homepage_version_number |
int32 |
|
☐ |
|
personalSpace_homepage_version_when |
string |
|
☐ |
|
personalSpace_icon_height |
int32 |
|
☐ |
|
personalSpace_icon_isDefault |
boolean |
|
☐ |
|
personalSpace_icon_path |
string |
|
☐ |
|
personalSpace_icon_width |
int32 |
|
☐ |
|
personalSpace_id |
int64 |
|
☐ |
ID. |
personalSpace_key |
string |
|
☐ |
Key. |
personalSpace_lookAndFeel_bordersAndDividers |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_body_background |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_body_backgroundColor |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_body_backgroundImage |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_body_backgroundSize |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_body_borderRadius |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_body_padding |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_container_background |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_container_backgroundColor |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_container_backgroundImage |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_container_backgroundSize |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_container_borderRadius |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_container_padding |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_header_background |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_header_backgroundColor |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_header_backgroundImage |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_header_backgroundSize |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_header_borderRadius |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_header_padding |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_screen_background |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_screen_backgroundColor |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_screen_backgroundImage |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_screen_backgroundSize |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_screen_gutterBottom |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_screen_gutterLeft |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_screen_gutterRight |
string |
|
☐ |
|
personalSpace_lookAndFeel_content_screen_gutterTop |
string |
|
☐ |
|
personalSpace_lookAndFeel_header_backgroundColor |
string |
|
☐ |
|
personalSpace_lookAndFeel_header_button_backgroundColor |
string |
|
☐ |
|
personalSpace_lookAndFeel_header_button_color |
string |
|
☐ |
|
personalSpace_lookAndFeel_header_primaryNavigation_color |
string |
|
☐ |
|
personalSpace_lookAndFeel_header_primaryNavigation_hoverOrFocus |
string |
|
☐ |
|
personalSpace_lookAndFeel_header_search_backgroundColor |
string |
|
☐ |
|
personalSpace_lookAndFeel_header_search_color |
string |
|
☐ |
|
personalSpace_lookAndFeel_header_secondaryNavigation_color |
string |
|
☐ |
|
personalSpace_lookAndFeel_header_secondaryNavigation_hoverOrFocus |
string |
|
☐ |
|
personalSpace_lookAndFeel_headings |
string |
|
☐ |
|
personalSpace_lookAndFeel_links |
string |
|
☐ |
|
personalSpace_lookAndFeel_menus_color |
string |
|
☐ |
|
personalSpace_lookAndFeel_menus_hoverOrFocus |
string |
|
☐ |
|
personalSpace_name |
string |
|
☐ |
Name. |
personalSpace_settings_routeOverrideEnabled |
boolean |
|
☐ |
Defines whether an override for the space home should be used. This is used in conjunction with a space theme provided by an app. For example, if this property is set to true, a theme can display a page other than the space homepage when users visit the root URL for a space. This property allows apps to provide content-only theming without overriding the space home. |
personalSpace_status |
string |
|
☐ |
Status. |
personalSpace_type |
string |
|
☐ |
Type. |
profilePicture_height |
int32 |
|
☐ |
|
profilePicture_isDefault |
boolean |
|
☐ |
|
profilePicture_path |
string |
|
☐ |
|
profilePicture_width |
int32 |
|
☐ |
|
publicName |
string |
|
☐ |
The public name or nickname of the user. Will always contain a value. |
type |
string |
|
☐ |
Valid values: known, unknown, anonymous, user. |
15-06-2022 21:49 Version 22.0.232-PROD+3445