:doc:`User <index>` / Action / add_group

*********
add_group
*********



.. py:method:: IAM.User.add_group(**kwargs)

  

  Adds the specified user to the specified group.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddUserToGroup>`_  


  **Request Syntax**
  ::

    response = user.add_group(
        GroupName='string',
        
    )
    
  :type GroupName: string
  :param GroupName: **[REQUIRED]** 

    The name of the group to update.

     

    This parameter allows (through its `regex pattern <http://wikipedia.org/wiki/regex>`__) 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