aws.workmail.list_group_members
Example SQL Queries
SELECT * FROMaws.workmail.list_group_membersWHERE"organization_id" = 'VALUE'AND "group_id" = 'VALUE';Description
Returns an overview of the members of a group. Users and groups can be members of a group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| group_id Required Input Column The identifier for the group to which the members (users or groups) are associated. The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
| VARCHAR |
| organization_id Required Input Column The identifier for the organization under which the group exists. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| disabled_date The date indicating when the member was disabled from WorkMail use. | TIMESTAMP_S |
| enabled_date The date indicating when the member was enabled for WorkMail use. | TIMESTAMP_S |
| id The identifier of the member. | VARCHAR |
| name The name of the member. | VARCHAR |
| state The state of the member, which can be ENABLED, DISABLED, or DELETED. | VARCHAR |
| type A member can be a user or group. | VARCHAR |