RejectQualificationRequest

The RejectQualificationRequest operation rejects a user's request for a Qualification. Once a Qualification request is rejected, it will no longer be returned by a call to the GetQualificationRequests operation.

Rejecting the Qualification request does not change the user's Qualifications: If the user already has a Qualification of the corresponding Qualification type, the user will continue to have the Qualification with the previously assigned score. If the user does not have the Qualification, the user will still not have it after the request is rejected.

You can optionally include a "reason," a text message explaining why the request was rejected that the user that made the request will see.

The following example of a call to the RejectQualificationRequest operation rejects a given Qualification request.

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

A request to the Mechanical Turk Service includes parameters that control its behavior and the data it returns. Required parameters must be included for the request to succeed.

RejectQualificationRequest 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:

NameDescriptionTypeValue
Operation

The operation you would like to call. To access the RejectQualificationRequest operation, set the Operation parameter to RejectQualificationRequest.

Required

RejectQualificationRequest

QualificationRequestId

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

Required

A valid Qualification request ID

Reason

A text message explaining why the request was rejected, to be shown to the user that made the request. This parameter is optional.

Optional

A string

A successful request for the RejectQualificationRequest operation will return with no errors. The response will include an RejectQualificationRequestResult element, which contains the Request (if the Request response group is specified). The operation returns no other data.