WorkMail.Client.
list_groups
(**kwargs)¶Returns summaries of the organization's groups.
See also: AWS API Documentation
Request Syntax
response = client.list_groups(
OrganizationId='string',
NextToken='string',
MaxResults=123
)
[REQUIRED]
The identifier for the organization under which the groups exist.
dict
Response Syntax
{
'Groups': [
{
'Id': 'string',
'Email': 'string',
'Name': 'string',
'State': 'ENABLED'|'DISABLED'|'DELETED',
'EnabledDate': datetime(2015, 1, 1),
'DisabledDate': datetime(2015, 1, 1)
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
Groups (list) --
The overview of groups for an organization.
(dict) --
The representation of an WorkMail group.
Id (string) --
The identifier of the group.
Email (string) --
The email of the group.
Name (string) --
The name of the group.
State (string) --
The state of the group, which can be ENABLED, DISABLED, or DELETED.
EnabledDate (datetime) --
The date indicating when the group was enabled for WorkMail use.
DisabledDate (datetime) --
The date indicating when the group was disabled from WorkMail use.
NextToken (string) --
The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.
Exceptions
WorkMail.Client.exceptions.EntityNotFoundException
WorkMail.Client.exceptions.InvalidParameterException
WorkMail.Client.exceptions.OrganizationNotFoundException
WorkMail.Client.exceptions.OrganizationStateException