describe_groups
(**kwargs)¶Describes the groups specified by the query. Groups are defined by the underlying Active Directory.
See also: AWS API Documentation
Request Syntax
response = client.describe_groups(
AuthenticationToken='string',
SearchQuery='string',
OrganizationId='string',
Marker='string',
Limit=123
)
[REQUIRED]
A query to describe groups by group name.
dict
Response Syntax
{
'Groups': [
{
'Id': 'string',
'Name': 'string'
},
],
'Marker': 'string'
}
Response Structure
(dict) --
Groups (list) --
The list of groups.
(dict) --
Describes the metadata of a user group.
Id (string) --
The ID of the user group.
Name (string) --
The name of the group.
Marker (string) --
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
Exceptions
WorkDocs.Client.exceptions.UnauthorizedOperationException
WorkDocs.Client.exceptions.UnauthorizedResourceAccessException
WorkDocs.Client.exceptions.FailedDependencyException
WorkDocs.Client.exceptions.ServiceUnavailableException