Gets a group.
Calling this action requires developer credentials.
cognitoidentityprovider_get_group(GroupName, UserPoolId)[required] The name of the group.
[required] The user pool ID for the user pool.
A list with the following syntax:
list(
Group = list(
GroupName = "string",
UserPoolId = "string",
Description = "string",
RoleArn = "string",
Precedence = 123,
LastModifiedDate = as.POSIXct(
"2015-01-01"
),
CreationDate = as.POSIXct(
"2015-01-01"
)
)
)
svc$get_group( GroupName = "string", UserPoolId = "string" )