User / Action / add_group

add_group#

IAM.User.add_group(**kwargs)#

Adds the specified user to the specified group.

See also: AWS API Documentation

Request Syntax

response = user.add_group(
    GroupName='string',

)
Parameters:

GroupName (string) –

[REQUIRED]

The name of the group to update.

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