aws_groups: List all groups or groups for a single user

View source: R/groups.R

aws_groupsR Documentation

List all groups or groups for a single user

Description

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

Other groups: aws_group(), aws_group_create(), aws_group_delete(), aws_group_exists(), six_group_delete()

Examples


aws_groups()
aws_groups(username = aws_user_current())


sixtyfour documentation built on April 3, 2025, 8:22 p.m.