Group / Action / add_user

add_user#

IAM.Group.add_user(**kwargs)#

Adds the specified user to the specified group.

See also: AWS API Documentation

Request Syntax

response = group.add_user(
    UserName='string'
)
Parameters:

UserName (string) –

[REQUIRED]

The name of the user to add.

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: _+=,.@-

Returns:

None