:doc:`Connect <../../connect>` / Client / update_user_proficiencies

*************************
update_user_proficiencies
*************************



.. py:method:: Connect.Client.update_user_proficiencies(**kwargs)

  

  Updates the properties associated with the proficiencies of a user.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateUserProficiencies>`_  


  **Request Syntax**
  ::

    response = client.update_user_proficiencies(
        InstanceId='string',
        UserId='string',
        UserProficiencies=[
            {
                'AttributeName': 'string',
                'AttributeValue': 'string',
                'Level': ...
            },
        ]
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    

  
  :type UserId: string
  :param UserId: **[REQUIRED]** 

    The identifier of the user account.

    

  
  :type UserProficiencies: list
  :param UserProficiencies: **[REQUIRED]** 

    The proficiencies to be updated for the user. Proficiencies must first be associated to the user. You can do this using AssociateUserProficiencies API.

    

  
    - *(dict) --* 

      Information about proficiency of a user.

      

    
      - **AttributeName** *(string) --* **[REQUIRED]** 

        The name of user's proficiency. You must use name of predefined attribute present in the Amazon Connect instance.

        

      
      - **AttributeValue** *(string) --* **[REQUIRED]** 

        The value of user's proficiency. You must use value of predefined attribute present in the Amazon Connect instance.

        

      
      - **Level** *(float) --* **[REQUIRED]** 

        The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.

        

      
    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Connect.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Connect.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  