:doc:`MTurk <../../mturk>` / Client / accept_qualification_request

****************************
accept_qualification_request
****************************



.. py:method:: MTurk.Client.accept_qualification_request(**kwargs)

  

  The ``AcceptQualificationRequest`` operation approves a Worker's request for a Qualification.

   

  Only the owner of the Qualification type can grant a Qualification request for that type.

   

  A successful request for the ``AcceptQualificationRequest`` operation returns with no errors and an empty body.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AcceptQualificationRequest>`_  


  **Request Syntax**
  ::

    response = client.accept_qualification_request(
        QualificationRequestId='string',
        IntegerValue=123
    )
    
  :type QualificationRequestId: string
  :param QualificationRequestId: **[REQUIRED]** 

    The ID of the Qualification request, as returned by the ``GetQualificationRequests`` operation.

    

  
  :type IntegerValue: integer
  :param IntegerValue: 

    The value of the Qualification. You can omit this value if you are using the presence or absence of the Qualification as the basis for a HIT requirement.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MTurk.Client.exceptions.ServiceFault`

  
  *   :py:class:`MTurk.Client.exceptions.RequestError`

  