Tableau Connector for SAP Ariba Procurement

Build 26.0.9655

GroupMembers

Returns the list of users in a group.

View-Specific Information

Select

The connector uses the SAP Ariba API to process WHERE clause conditions that are built with the following columns and operators:

  • GroupId supports the '=,IN' comparison operators.
  • UniqueName supports the '=,IN' comparison operators.

For example, the following queries are processed server-side:

SELECT * FROM [GroupMembers]
SELECT * FROM [GroupMembers] WHERE [GroupId] = 'Val1'
SELECT * FROM [GroupMembers] WHERE [UniqueName] = 'Val1'

The connector processes other filters client-side within the connector.

Columns

Name Type References Description
GroupId [KEY] String

Groups.Id

Unique identifier of the group.
UniqueName [KEY] String Unique name of the user.
PasswordAdapter String Password adapter of the user.
Name String Full name of the user.
EmailAddress String Email address of the user.
Phone String Phone number of the user.
Realm String User's realm.

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