RejectQualificationRequest

Description

The RejectQualificationRequest operation rejects a user's request for a Qualification.

You can provide a text message explaining why the request was rejected. The Worker who made the request can see this message.

Request Parameters

Tje RejectQualificationRequest operation accepts parameters common to all operations. Some common parameters are required. See Common Parameters for more information.

The following parameters are specific to the RejectQualificationRequest operation:

NameDescriptionRequired

Operation

The name of the operation

Type: String

Valid Values: RejectQualificationRequest

Default: None

Yes

QualificationRequestId

The ID of the Qualification request to reject, as returned from a call to the GetQualificationRequest operation.

Type: String

Default: None

Yes

Reason

A text message explaining why the request was rejected, to be shown to the Worker who made the request.

No

Response Elements

A successful request for the RejectQualificationRequest operation returns with no errors. The response includes the elements described in the following table. The operation returns no other data.

NameDescription

RejectQualificationRequestResult

Contains a Request element if the Request ResposeGroup is specified.

Examples

The following example shows how to use the RejectQualificationRequestType operation.

Sample Request

The following example rejects a specified Qualification request.

http://mechanicalturk.amazonaws.com/?Service=AWSMechanicalTurkRequester
&AWSAccessKeyId=[the Requester's Access Key ID]
&Version=2008-08-02
&Operation=RejectQualificationRequest
&Signature=[signature for this request]
&Timestamp=[your system's local time]
&QualificationRequestId=789RVWYBAZW00EXAMPLE951RVWYBAZW00EXAMPLE
           

Sample Response

The following is an example response.

<RejectQualificationRequestResult>
  <Request>
    <IsValid>True</IsValid>
  </Request>
</RejectQualificationRequestResult>