iam_get_user: Retrieves information about the specified IAM user, including...

View source: R/iam_operations.R

iam_get_userR Documentation

Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN

Description

Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.

See https://www.paws-r-sdk.com/docs/iam_get_user/ for full documentation.

Usage

iam_get_user(UserName = NULL)

Arguments

UserName

The name of the user to get information about.

This parameter is optional. If it is not included, it defaults to the user making the request. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.