GroupMembers
Returns the list of users in a group.
View-Specific Information
Select
The add-in 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 add-in processes other filters client-side within the add-in.
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. |