Skip to contents

List Users

Usage

aws_users(...)

Arguments

...

parameters passed on to the paws list_users method

Value

A tibble with information about user accounts, with columns:

  • UserName

  • UserId

  • Path

  • Arn

  • CreateDate

  • PasswordLastUsed

Examples

if (FALSE) {
aws_users()
}