:doc:`Group <index>` / Action / add_user

********
add_user
********



.. py:method:: IAM.Group.add_user(**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 = group.add_user(
        UserName='string'
    )
    
  :type UserName: string
  :param UserName: **[REQUIRED]** 

    The name of the user to add.

     

    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