set_user_skill

toloka.async_client.client.AsyncTolokaClient.set_user_skill | Source code

Assigns a skill to a Toloker.

Parameters description

ParametersTypeDescription
user_idOptional[str]

The Toloker's ID.

skill_idOptional[str]

The ID of the skill to set.

valueOptional[Decimal]

The value of the skill. Allowed values: from 0 to 100.

  • Returns:

    Updated skill information.

  • Return type:

    UserSkill

Examples:

from decimal import Decimal
toloka_client.set_user_skill(
skill_id='11294', user_id='fac97860c7929add8048ed2ef63b66fd', value=Decimal(100)
)

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming