paws.analytics (version 0.5.0)

mturk_list_workers_with_qualification_type: The ListWorkersWithQualificationType operation returns all of the Workers that have been associated with a given Qualification type

Description

The list_workers_with_qualification_type operation returns all of the Workers that have been associated with a given Qualification type.

See https://www.paws-r-sdk.com/docs/mturk_list_workers_with_qualification_type/ for full documentation.

Usage

mturk_list_workers_with_qualification_type(
  QualificationTypeId,
  Status = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

QualificationTypeId

[required] The ID of the Qualification type of the Qualifications to return.

Status

The status of the Qualifications to return. Can be Granted | Revoked.

NextToken

Pagination Token

MaxResults

Limit the number of results returned.