Skip to contents

List all groups or groups for a single user

Usage

aws_groups(username = NULL, ...)

Arguments

username

(character) a username. optional

...

parameters passed on to paws list_groups_for_user if username is non-NULL, otherwise passed on to list_users

Value

A tibble with information about groups

See also

Examples

if (FALSE) {
aws_groups()
aws_groups(username = aws_user_current())
}