Skip to content

Accept Qualification Request

mturk_accept_qualification_request R Documentation

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

Description

The accept_qualification_request 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 accept_qualification_request operation returns with no errors and an empty body.

Usage

mturk_accept_qualification_request(QualificationRequestId, IntegerValue)

Arguments

QualificationRequestId

[required] The ID of the Qualification request, as returned by the GetQualificationRequests operation.

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.

Value

An empty list.

Request syntax

svc$accept_qualification_request(
  QualificationRequestId = "string",
  IntegerValue = 123
)